Config matls in projects

Hi,
The business uses VC extensively and plans to go in for use of configurable material in PS.
Can anybody advise how config matls  can be used and configured in project ?
I have only seen the use of matl variants in PS.
The business is looking for the configuration to be made in the sales order and the same being replicated in the project, so that even if there are changes in the sales order config the same can be reflected online.
We are thing of the following two options :
1. Supress config in  sales order and instead carry it out in the project. Mfrd FG after GR shall be transferred from proj stock to sales order stock, for delivery.
2. Configure the matls in sales order, create the order BOM and transfer the same. Rest as above.
Looking forward for an immediate solution.
Regards,
Rajesh Mohapatra

Hi Ritesh,
I am looking for any model cases wherein PS with configurable  matls has been configured.
Request to let me knoiw in case you have implimented somewhere.
Regards,
Rajesh Mohapatra

Similar Messages

  • Ehcache config in osb project

    Hi All,
    I'm working on osb 11.1.1.5 version.I have configured Ehcache 2.5.2 version and created java class in the eclipse environment.I created ehcache.xml file and placed it in my application class path,added all ehcache related jars.It is working fine.Now i have created jar file for my java classes and tried to calling this jar in my javacallout component of the proxy service of osb project.I created one folder,i placed all the related jar files into the folder.But im able to get all the classes except the class which consists of ehcache related code,and im also not able to run the proxy with the ehcache jars,if i removed the ehcache jar from my project i'm able to run the proxy service.otherwise it indicating the error
    Error publishing project changes for: OSB Configuration 1 socket write error: Connection reset by peer.
    I'm also tried with place all the ehcache jars in the domain lib folder.But i'm not able to get the ehcache related code java class in the javacallout of osb proxyservice.
    Is there any separate configuration for ehcache in the osb?It is working in the eclipse environment as a java project,but when im trying to call the same java class jar file in the osb project it is not working.
    please give me any suggestions....i'm new to osb...
    Thanks in Advance!

    If you want to call a Java class using Java Callout in Proxy, you need to create a Jar type resource in OSB and import the needed Jar file there. Only the Jar files which are imported this way will be available for Java Callout. Also, any other libraries which your main jar is dependent on should be in the server classpath.

  • Planning w/o Final Assly for Variant Config matls

    Experts,
    I have a requirement where in my finished MTO Variant Config products have to be forecasted (at standard configuration, pre-determined BOM for the variant product) so that the dependent assemblies can be produced in advance. The assemblies & some components have huge lead times (22wks), hence the need to produce/procure them in advance. However, the assembly of the finished VC material will only be after the Sales Order is recvd for it.
    I know strategies 56 & 89 allow me to plan based on char's, however, I'm looking for a strategy like 50 which will allow me to assemble the FERT right after the Sales Order has been recvd..Am I on the right track here?
    Cheers

    Andy,
    Try 55
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/cb/7f944143b711d189410000e829fbbd/frameset.htm
    Rgds,
    DB49

  • Issues using multiple load-config files with ant

    Hello,
    Not sure if this is the correct place...
    I am creating an ant build script to compile our flex application. I am trying to use the default flex-config by doing <load-config filename="${flex.sdkPath}/frameworks/flex-config.xml"/> and project specific config file add the datavisualization module and any other libraries we might need in the future. I am trying to do this as I don't want to modify the flex-config.xml
    The issue I keep running into is I get a compiler error saying "unable to locate specified base class 'spark.comonents.application..". if I place the custome load-config file above the adobe default flex-config it gives errors stating it the "SeriesSlide" type
    <mxmlc file="${project.sourcePath}/FBApp.mxml"
             output="${project.output.binaryPath}/${project.output.fileName}.swf"
             locale="en_US"
             static-link-runtime-shared-libraries="false"
             static-rsls="false"
             use-network="true"
             accessible="false"
             debug="true">
             <load-config filename="${flex.sdkPath}/frameworks/flex-config.xml"/>
             <load-config filename="C:/Hudson/.hudson/jobs/FB 2.0 Flex/workspace/FBApp/FB-config.xml"/>
             <source-path path-element="${flex.sdkPath}/frameworks/libs"/>
             <source-path path-element="${project.sourcePath}"/>
             <library-path dir="${flex.path}/sdks/${flex.sdkVersion}/frameworks/locale/en_US"
                includes="*"/>
             <library-path dir="${project.libraryPath}"
                includes="*"/>
             <keep-as3-metadata name="Protected"/>
          </mxmlc>
    the following is my FB-config.xml
    <?xml version="1.0"?>
    <flex-config>
       <runtime-shared-library-path>
    <path-element>C:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\sdks\4.1.0\frameworks\libs/datavisualization.swc</path-element>
    <rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.1.0.16076/datavisualization_4.1.0.16076.swz</rsl-url>
    <policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
    <rsl-url>datavisualization_4.1.0.16076.swz</rsl-url>
    <policy-file-url>.</policy-file-url>
       </runtime-shared-library-path>
    </flex-config>
    It seems to be that the first "load-config" ant runs into is the only one that gets used. When looking around the internet I have multiple cases of where people say they have successfully used multiple load-config files.
    This one in particular.
    http://flashdevelop.org/community/viewtopic.php?f=13&t=5629&view=previous
    If I had to guess on what was wrong I believe my FB-config.xml file is incorrect but I can't find an example of anyones custom configuration file.
    Any guidance would be apprecaited.

    I am embarrassed to say that your solution answered my question.
    I was about 10 min away from rewriting my Ant script to just use the mxmlc.exe directly instead of the mxmlc ant tag. I kept running into the -flex-config+=YourConfig.xml for the command line option but never saw the xml variant.
    http://blog.flexexamples.com/2008/12/21/using-a-custom-flex-configxml-file-in-flex-builder -3/
    http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_3.html
    Does Flex have any documenation that shows all the different tags that are available like the Ant documenation?
    http://ant.apache.org/manual/Tasks/delete.html
    Thanks at ton.

  • Avoid storing config settings in repository

    We do use a git repository for our worker role, we commit the entire solution to keep track of changes to ServiceConfiguration too.
    We would like to avoid storing sensitive info in the repository and I wonder if something similar to WebSites App Settings in web portal is available for Cloud Service too.
    I did try to set just the local value for my settings (ServiceConfiguration.Local.cscfg, leaving
    ServiceConfiguration.Cloud.cscfg blank) and then set the correct value in web portal config tab for the worker role (so to have localhost in the cscfg files that goes into
    the repository and the correct connection string just in the web portal). This work fine until we redeploy the role, doing so the settings in the web portal resets back to ServiceConfiguration.Cloud.cscfg
    (blank, no values).
    Not committing ServiceConfiguration.Cloud.cscfg
    is not an option as we'd prefer not to have the real connection strings nor in the repository nor in our local PCs.
    Any suggestions?

    Hi sir,
    Currently, we could got the "Role Settings" from the Azure portal,Configure all the required settings specified in the ConfigurationSettings element of the service configuration file (.cscfg). Example: Add the thumbprint of the certificate
    used for SSL communications. The thumbprint must be associated with a new certificate that was uploaded on the Certificates page.
    But we could not set the settings on the Azure cloud service portal currently. You could submit a feature request about this feature via the page (http://www.mygreatwindowsazureidea.com/forums/34192-windows-azure-feature-voting). Also,
    Alternative approach is that you could write some information into web.config. Your project could get the configuration values via the code below:
    ConfigurationManager.AppSettings["stroageaccount"].ToString();
    Also, you can encrypt the configurations, please see this code sample(https://code.msdn.microsoft.com/windowsazure/Encrypt-Configuration-5a8e8dfe ).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PS: Setting Project Profile as a mandatory field for Project Definition

    Hi,
    I would like to know how to set Project Profile as a mandatory field for Project Definition (CJ20N or CJ01).  I tried to look for controls at OPUK config but the Project Profile is not available for definition - either mandatory, optional, suppressed, etc.  Would appreciate if you can share your expertise on this.
    Thanks!
    Regards,
    Vivian

    Hi,
    I would like to know how to include some additonal fields in OPUK/OPUJ.  We have defined some .INCLUDE component / fields to SAP standard table PRPS/PROJ.  We want those fields to also appear in OPUK/OPUJ so that we could also defined their characteristics - whether input, mandatory, suppressed, etc.
    Thanks!
    Regards,
    Vivian

  • Slipstream SharePoint 2010 and Project Server Installation

    Hello, 
    I have my current farm environment with the below configuration 
    SharePoint 2010 + Project Server which are on SP 2 + Brazil Language Pack
    2 WFE
    2 App
    1 SQL
    We are planning to add more WFE and App server in the existing farm. As per my research I found that we can slipstream CU and language pack install. 
    Would like to know can I slipstream SP2010 + Project server with SP2 along with Brazil language pack in one single go. I did found the article http://social.technet.microsoft.com/Forums/en-US/c6f60e5e-4f07-4e92-a8de-a32924b00ce5/sharepoint-2010-and-project-server-2010-slipstream-install?forum=sharepointadminprevious
    however in this case there was request to setup a new farm but I'm trying to add new server to the existing farm. 
    Can you please suggest the best approach that can be followed to save time to add the new server to the existing farm using slipstream. 
    Thanks. 

    You can do the same per the old thread. Just install SharePoint server, cancel config wizard, install Project Server, cancel config wizard, install LPK, then start Config Wizard and join to farm.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Dynamic setting of App.config

    I have App.config in my project.
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <connectionStrings>
    <add name="OSConnection"
    providerName="System.Data.SqlClient"
    connectionString="data source=My-PC\SQLTEST;initial catalog=productorder;User ID=sa;Password=1327221;integrated security=True;"/>
    </connectionStrings>
    </configuration>
    I hard coded in the App.config but I want to set some parameters dynamically by reading some external file.
    For example, I want to read "sa" and "1327221" from the external file and pass to User ID and Password of this App.config.
    How do I implement that?

    For the specific case where the DB file is in the same directory as your app then you probably don't need to specify the path, just the filename.  However if that doesn't work then there is 1 substitution string that was added for ASP.NET called DataDirectory. 
    However to use that outside ASP.NET you need to set it using the code provided
    here.
    For more elaborate changes to a connection string you are better off loading the base string at runtime and then using a connection string builder to adjust the settings.  For example if your app normally uses Win auth but you need to be able to switch
    to SQL auth dynamically at runtime then that would be a case where the base connstring comes from the config but a builder will allow you to adjust it before actually passing it onto the connection object.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Cannot compile project after change to "any cpu" randomly

    Hi,
    in my VS 2013 i had changed the solution from x86 to "any cpu" in the debug-settings, the build-settings etc.
    Now sometimes i try to build it it gives the error "Generate ressource cannot be executed because
    it cannot connect to "CLR2" and Architecture "x86" - please make sure(1) runtime and architecture is avilable  and(2) the file
     "C:\Program Files (x86)\MSBuild\12.0\bin\MSBuildTaskHost.exe" exists
    I do not know why that is, it should compile in x64 since my os is 64 bit. The workaround is to delete the exe in my  debug-folder and then let the vs build it again.  
    Sometimes it can work for days after that workaround to build newer versions, then magically it breaks again.
    Looking at the .vbproj-file from another project that was "any cpu" from the start i learned that some  x86-stuff is still in my config of the project that has the issue.
    My question is now if you recommend to "just change it" or if just editing the file to look like that other project will not do it all.
    My vbproj-file from my project looks like this
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio Express 2013 for Windows Desktop
    VisualStudioVersion = 12.0.31101.0
    MinimumVisualStudioVersion = 10.0.40219.1
    Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SAP-Toolbox", "SAP-Toolbox\SAP-Toolbox.vbproj", "{165D1482-8BEB-4247-98EA-0A4040331290}"
    EndProject
    Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
    Debug|Any CPU = Debug|Any CPU
    Debug|x86 = Debug|x86
    Release|Any CPU = Release|Any CPU
    Release|x86 = Release|x86
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
    {Guid}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    {165D1482-8BEB-4247-98EA-0A4040331290}.Debug|Any CPU.Build.0 = Debug|Any CPU
    {165D1482-8BEB-4247-98EA-0A4040331290}.Debug|x86.ActiveCfg = Debug|x86
    {165D1482-8BEB-4247-98EA-0A4040331290}.Debug|x86.Build.0 = Debug|x86
    {165D1482-8BEB-4247-98EA-0A4040331290}.Release|Any CPU.ActiveCfg = Release|Any CPU
    {165D1482-8BEB-4247-98EA-0A4040331290}.Release|Any CPU.Build.0 = Release|Any CPU
    {165D1482-8BEB-4247-98EA-0A4040331290}.Release|x86.ActiveCfg = Release|x86
    {165D1482-8BEB-4247-98EA-0A4040331290}.Release|x86.Build.0 = Release|x86
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
    HideSolutionNode = FALSE
    EndGlobalSection
    EndGlobal
    cheers

    Hi mrsnipes,
    According to your description, I suggest you could try to close the VS and then re-open the VS2013, then clean build solution-> re-build your solution and then check if the project/solution can be built successfully.
    When I tried to change the solution platform to Any CPU, I found that it work fine. So to check if the issue occurs the specified project/solution or VS IDE, please try to create a simple new VB project in VS 2013 Express for Windows Desktop and
    then right-click your solution->Properties->Configuration properties->Configuration Manager->Change the Active solution platform to the Any CPU check this issue again.
    (1) If you still get same error, maybe you will need to repair or re-install the VS 2013 Express for Windows Desktop check this issue again.
    (2) If you did not get same error in a new project, I doubt that this issue maybe more related to your specified project, so please try to create a blank solution and then add the project into the blank solution.
    As you said the error message, I suggest you also refer the following article check if it can help you solve this issue.
    https://cyanbyfuchsia.wordpress.com/2014/06/11/could-not-run-the-generateresource-task-because-msbuild-could-not-create-or-connect-to-a-task-host-with-runtime-clr2-and-architecture-x86/
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Nuget and shared projects

    Having used Visual Studio for personal projects I create solutions that share project directories with other solutions. This has worked very well for the last 15 years or so until NUGET. Nuget seems to assume that packages are managed and stored in the solution
    directory thus when I work on a different solution I find that the project and solution are in strong disagreement about NUGET packages.
    Right now I manually edit the share project files but that's not a great solution. What is the proper way to manage NUGET projects in shared solutions?

    Hi Bob,
    >>Right now I manually edit the share project files but that's not a great solution. What is the proper way to manage NUGET projects in shared solutions?
    For the shared project in solutions, to use the NuGet package, as far as I know, we would edit the config and the project/solution file.
    Not very sure that whether you have used this way, but as far as I know, it would be a better solution for it now.
    Reference:
    http://www.codeproject.com/Articles/501627/Share-Nuget-packages-between-solutions-Part
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Configure remote-config for calling java class

    Hi...all
    i'm newbie, i got trouble for configure remote-config in flex project
    how to configure remote-config.xml, if i have java class like below
    package org.springframework.flex.samples.secured;
    import java.util.Map;
    import org.springframework.flex.security.AuthenticationResultUtils;
    public class SecurityHelper {
        public Map<String, Object> getAuthentication() {
            return AuthenticationResultUtils.getAuthenticationResult();
    please help me.....i'm newbie and wanna learnin
    thanks

    Hi,
    May be this could be of good help to you
    http://livedocs.adobe.com/blazeds/1/blazeds_devguide/
    Thanks,
    Balaji

  • Build failed

    I use BPM standalone 10g and BPM studio 10g.
    I copy the AntTasks folder to F:
    Then, I change the BPMHOME of all files.
    Then, I ran the ant.
    However, the ant is fail.
    Error mesage:
    F:\AntTasks\build.xml: 268: The file or path you specified (..\..\basic) is invalid relative to F:\AntTasks
    or The command line shows error:
    Build failed
    F:\AntTasks\build.xml:268: Cannot resolve path F:\AntTasks\..\..\basic
    The build file is like that
    <property name="bpm.projects.dir" value="${basedir}/../../basic" />
    <property name="fuego.basedir" value="D:\BPM_HOME" />
    How to change the path?
    Then, I copy the above folder to D:\BPM_HOME\samples
    I rerun the ant script.
    set ANT_ARGS=-lib D:\BPM_HOME\lib;D:\BPM_HOME\ext
    ant -Denv=EDV deploy-bpm-project
    But the build is failed again. The error message as as follow:
    D:\BPM_HOME\samples\interop\AntTasks\build.xml:249: Properties file does not exist! D:\BPM_HOME\samples\interop\AntTasks\config\EDV\directory.xml
    However, I do not delete files.

    Now, I use the original AntTasks sample and run the scripts. I stop the BPM application.
    I follow each step of the readme.txt. But during the first step, it shows error of illegal arguments.
    New engin can be created. But it cannot be run through ant. And I cannot deploy the BPM project.
    I try in the second method.
    I have a Default Eirectory Configuration named default. If I just want to deploy .exp file to default, how to modify the script files?
    I just run the script of deployment. The build is still failed.
    I cannot find xsi in all xml file in that folder
    D:\BPM_HOME\samples\interop\AntTasks_defaultEngine>set ANT_ARGS=-lib
    D:\BPM_HOME\lib;D:\BPM_HOME_standalone\ext
    D:\BPM_HOME\samples\interop\AntTasks_defaultEngine>ant deploy-bpm-pro
    ject
    Buildfile: build.xml
    [input] No environment specified. Please enter environment id:(DEV,PROD,UAT,
    config)
    DEV
    prompt-project-name:
    [echo] bpm.projects.dir = ../../basic
    [input] Please enter project name:(ExpenseManagement,HROnboarding)
    HROnboarding
    deploy-bpm-project:
    [input] Enter Organizational Unit for deployment (may be empty):
    ou
    [input] Force new major version?(y,n)
    y
    [unzip] Expanding: D:\BPM_HOME_standalone\samples\basic\HROnboarding.exp int
    o D:\BPM_HOME_standalone\samples\basic
    [echo] Publishing and deploying HROnboarding project on DEV environment ...
    [fuego:session] fuego base dir [\BPM_HOME]
    [fuego:session] CREATE_CONNECTOR 正在创建连接器 [fuego:SQL]
    [fuego:publish] text = nostore
    [fuego:publish] text = nostore
    [fuego:publish] [Error] :3:69: <Line 3, Column 69>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :8:33: <Line 8, Column 33>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :10:34: <Line 10, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :12:40: <Line 12, Column 40>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :14:42: <Line 14, Column 42>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :16:32: <Line 16, Column 32>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :18:34: <Line 18, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :20:37: <Line 20, Column 37>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :22:50: <Line 22, Column 50>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :30:39: <Line 30, Column 39>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :32:35: <Line 32, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :38:38: <Line 38, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :42:43: <Line 42, Column 43>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :44:33: <Line 44, Column 33>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :46:38: <Line 46, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :48:35: <Line 48, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :3:69: <Line 3, Column 69>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :8:33: <Line 8, Column 33>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :10:34: <Line 10, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :12:40: <Line 12, Column 40>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :14:42: <Line 14, Column 42>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :16:32: <Line 16, Column 32>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :18:34: <Line 18, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :20:37: <Line 20, Column 37>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :22:50: <Line 22, Column 50>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :30:39: <Line 30, Column 39>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :32:35: <Line 32, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :38:38: <Line 38, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :42:43: <Line 42, Column 43>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :44:33: <Line 44, Column 33>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :46:38: <Line 46, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :48:35: <Line 48, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    BUILD FAILED
    D:\BPM_HOME\samples\interop\AntTasks_defaultEngine\build.xml:261: jav
    a.lang.IllegalArgumentException

  • Error_27_Error occurred in deployment step 'Activate Features': Operation is not valid due to the current state of the object.

    I created a SharePoint 2013 farm solution project in Visual Studio 2013 (running on the same machine where SharePoint 2013 server is running) with
    event receiver.  I added web.config at project root level to store connection string (I'm working off external SQL DB) and got the following error during deployement:
    Error 27
    Error occurred in deployment step 'Activate Features': Operation is not valid due to the current state of the object.
    When I commented out the ConfigurationManager.ConnectionStrings["MyConnectionString"].ConnectionString; the error went away.  Am I missing something or not supposed to add my own App.config to SharePoint project solution? 

    Hi,
    From your description, you might want to store your connection string in web.config and there is an error during deployment.
    It is recommended to store the configuration data of SharePoint solution in either property bags or hierarchical object store.
    The links below will provide more information about this:
    http://blogs.msdn.com/b/zwsong/archive/2012/03/27/where-should-you-store-your-sharepoint-solution-s-configuration-data.aspx
    http://msdn.microsoft.com/en-us/library/ff647766.aspx
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Password no longer works for Administrator

    I know that a lot of people lose or forget their password.  I may have had that happen, but I have it written down and a video of me typing it in and I said it out loud on the video as I typed it.  All that said I bought a dell R320 server that
    I am using to run an industrial application under Windows Server 2012.  What that means is I am not an IT guy but a guy who uses computers to display information from a factory.  The server came with Windows Server 2012.  I installed the Rockwell
    Automation Factory View SE software on the computer exactly as the 600 page installation and setup book describes.  I ran the application in Demo mode (7 days) while getting the View SE Client in Multi-Monitor mode setup.  I then installed a 30 license
    to run the sample application and do the tutorial.  At that time I was running from administrator as the user.  I then setup an additional user "CR Operator 1" with the password "user".  I had to go into the "Policy"
    in order to allow simple passwords.  I then let the system sit for 3 months without powering on while the customer got the project approved.  I purchased permanent License for the software and powered on the computers.  I installed the licenses
    on the server as described in the instructions.  Everything was working great.  The client showed it was checking out licenses from the server the sample application was running and I connected to a local PLC and made a simple program to verify
    connectivity and making it work in 4 instances on the multi-monitor client.  I was excited.  I shutdown and left town for 8 days.  I came back and powered up the system.  My administrator account shows invalid password.  I can log
    on as "CR Operator 1" (standard user) but not as administrator.
    Like I said earlier I didn't forget the password.  It may have changed or I accidently changed it (I wouldn't know how).  I have read several things on the internet about resetting the password.  The easiest was with the setup DVD which I
    tried but evidently the drivers for the disk aren't on the DVD therefor the files on the C: or D: drives aren't accessible.
    Two questions.  1. Can somebody from Microsoft Access my computer and reset the password? 2. Any idea if any of the things I described above that could have caused this problem in the event I need to go back and install the entire system?  I video
    taped the original installation so I can duplicate but there was a lot of time invested.  But it concerns me that I can't make the password work.

    1.) No they can't.
    2.) Can't say for sure what happened but the simplest method may be to backup the ViewSE project, FT directory config, reinstall operating system. Reinstall FTView SE, patch it to same level, restore the network directory config and SE project. Rockwell
    will reset the activations if you can't get them off. You'll be done in about three hours or less.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • TcUserOperationsIntf issue in a CXF/Spring/Webservice/tomcat wrapper issue

    I have written several POJOs using tcUserOperationsIntf and other thor API. I am trying to expose some of these calls as web services using Spring/CXF frameworks. When i wrote a web service client, I am getting the exception below. I set JAVA_OPTS and CATALINA_OPTS environment variables to "-DXL.HomeDir=. -Djava.security.auth.login.config=C:\dev\projects\SSO\utilities\oimclient\conf\authwl.conf"
    All the calls work correctly from within JDeveloper and command line JVM calls. Only when run in tomcat i am getting this issue. I am running this on tomcat 6.0.32 with same JVM linked to JDeveloper.
    Any suggestions with this issue is much appreciated.
    thanks in advance.
    Exception in tomcat:
    Getting configuration...
    Login...
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:93)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:247)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:242)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:237)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLog
    at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
    at Thor.API.tcUtilityFactory.<init>(tcUtilityFactory.java:155)
    at springcxftest.auth.service.SsoProvisioningServiceImpl.init(SsoProvisi
    oningServiceImpl.java:92)
    at springcxftest.auth.service.SsoProvisioningServiceImpl.findUserKey(Sso
    ProvisioningServiceImpl.java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(Abst
    ractInvoker.java:173)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker
    .java:89)
    at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.jav
    a:61)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker
    .java:75)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInv
    okerInterceptor.java:58)

    FYI,
    Was able to solve this by modifying catalina.bat and adding authwl.conf path directly to JAVA_OPTS. For some reason if i set JAVA_OPTS outside tomcat is not taking it.
    Just want to post it here in case others have this issue.
    Regards,
    Prasad.

Maybe you are looking for

  • Xslt mapping - xsl if ?

    HI, can you explain me "how to use the xsl if function" ? My source is an ORDRSP Idoc and i want to use the following. IF E1EDP20 is existing then .... and IF E1EDP20/WMENG = 0 then ... anyway... is there an option to test the xslt mapping with XML s

  • Laptop's AC adapter is making laptop turn off with the slightest touch!?!

    toshiba satelite something. i don't know what it is. it's my boyfriends laptop.if you move thepower cable even just a little bit, it loses power and shuts off. it doesn't look or feel loose, how can i fix this problem? also, his battery on that pc do

  • Price recaliculation in service specification

    Hi Work order  has created with four line items. In this work order 3rd, 4th line item consists around 240 service lines. User has entered discount for all services at header level. After entering user has selected service specification >>prices >> r

  • Allowed to have web address in ibook?

    Are we allowed to have a simple text web address in our book? Not a link for outside sales, but just the typed web address.

  • CS5 Illustrator shortcuts not working PC

    Hi, im using CS5 and changed my key board language configuratiosn and now my illustrator short cuts as Ctrl + and Crtl - (for zoom) are not working... When I run the program there is a pop up window thas says: Error loading plugins. Keyboard Shortcut