Creation profile with required parameters

Please can anyone tell me  how to create the new creation profile with the following parameters: Delivery on Thursday and creation on Wednesday.

Hi,
Settings for the Creation Profile
You make the following settings in Customizing for Purchasing under Scheduling Agreement ® Maintain Release Creation Profile for Scheduling Agreement with Release Documentation.
General Parameters
For JIT delivery schedules, you select Changed or next date. For forecast (FRC) delivery schedules, you select Next date only.
For JIT schedules, you specify that backlogs and immediate requirements are determined.
Aggregation Horizons
For JIT schedules, you specify daily aggregation and enter 10 workdays as End. For FRC schedules, you choose monthly aggregation and enter 180 workdays as End.
This has the effect that JIT delivery schedules show the daily quantities for the next 10 workdays and FRC schedules the monthly quantities for the next 180 workdays (9 months à 20 workdays).
Creation Periodicity
You specify weekly creation for JIT schedules and monthly creation for FRC schedules.
Tolerance Profile
You specify 10 days as the checking period for JIT schedules, since this corresponds to the release horizon. You enter 5% as upper and lower tolerance limits and choose Overall check.
In your case JIT SCHEDULE IS VALID. I hope this will clear your issue.

Similar Messages

  • Creation profile with weekly aggregation

    Hello amigos!!
    I created a creation profile for foreign suppliers by doing weekly aggregations.
    I have the following problem... for de deliveries from today to the future the print layout show the aggregation weekly (weekly format), that is fine.
    But the deliveries in the past the print layout show them with day format. And is also required in Week format.
    what I missed? what I need to do to fix it=

    Hi,
    Settings for the Creation Profile
    You make the following settings in Customizing for Purchasing under Scheduling Agreement ® Maintain Release Creation Profile for Scheduling Agreement with Release Documentation.
    General Parameters
    For JIT delivery schedules, you select Changed or next date. For forecast (FRC) delivery schedules, you select Next date only.
    For JIT schedules, you specify that backlogs and immediate requirements are determined.
    Aggregation Horizons
    For JIT schedules, you specify daily aggregation and enter 10 workdays as End. For FRC schedules, you choose monthly aggregation and enter 180 workdays as End.
    This has the effect that JIT delivery schedules show the daily quantities for the next 10 workdays and FRC schedules the monthly quantities for the next 180 workdays (9 months à 20 workdays).
    Creation Periodicity
    You specify weekly creation for JIT schedules and monthly creation for FRC schedules.
    Tolerance Profile
    You specify 10 days as the checking period for JIT schedules, since this corresponds to the release horizon. You enter 5% as upper and lower tolerance limits and choose Overall check.
    In your case JIT SCHEDULE IS VALID. I hope this will clear your issue.

  • How to open new window with required size when clicking on image in a table

    Hi,
    There is an image column in advanced table. i want to open new window with required parameters(size, toolbar, status bar,etc..) and with that transaction context.
    can any one help plzzzzzzzz?
    Thanks
    Raju

    You can also use OAF js function to open modal pop up:
    openWindow(self, '<url>','longTipWin', {width:900, height:400}, true); return false;
    --Mukul                                                                                                                                                                                                                                                                                                                                   

  • Determine the required parameters in a VM/AssemblyInstance creation...

    Oracle Enterprise Manager Cloud Control's Cloud API documentation [12.1.0.2 EM with 12.1.0.4 Cloud Service Portal Plugin|http://docs.oracle.com/cd/E24628_01/doc.121/e28814/cloud_part5.htm#sthref1171] illustrates some examples on creating VM and Assembly service instances via POSTing to either a Zone or a ServiceTemplate resource.
    However, the documentation doesn't exactly specify nor indicate what are the attributes and/or "params" that ought to be included in such as request.
    In the current interpretation of service instance creation requests (thus, POST content-type of a service instance with the intention to create a new instance of a service), we have denoted it as a "CREATE" or "DEPLOYMENT" to better synchronized with current IT nomenclature.
    As part of the introspective nature of the Cloud API, the primary attributes/params of a "DEPLOYMENT" requests are included as part of the application/oracle.com.cloud.common.ServiceTemplate resource, which means each resource type extending the ServiceTemplate may choose to populate "deployment_params" attribute. Furthermore, for ServiceTemplate in the IaaS family (application/oracle.com.cloud.common.VMTemplate and application/oracle.com.cloud.common.AssemblyTemplate), we will always populate the "deployment_params" attribute.
    Here are some examples: (all paths are relative to the EM end point)
    <h4>Get the list of IaaS Service Templates to introspect</h4>
    GET /em/cloud/service_family_type/iaas?service_templates
    "service_templates" : {
    "media_type" : "application/oracle.com.cloud.common.ServiceTemplate+json" ,
    "total" : "5" ,
    "elements" :
    "uri" : "/em/cloud/iaas/servicetemplate/vm/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3ATemplate%3AD7B887836B230A4BE0431780578C7C12%3A0.1" ,
    "name" : "saved template from ssa" ,
    "media_type" : "application/oracle.com.cloud.common.VMTemplate+json" ,
    "type" : "Template"
    "uri" : "/em/cloud/iaas/servicetemplate/vm/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3ATemplate%3AD766060CF1D07533E0431780578CA840%3A0.1" ,
    "name" : "Template1" ,
    "media_type" : "application/oracle.com.cloud.common.VMTemplate+json" ,
    "type" : "Template"
    "uri" : "/em/cloud/iaas/servicetemplate/vm/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3ATemplate%3AD7BDEC41C65F7C74E0431980578C221C%3A0.1" ,
    "name" : "aaa" ,
    "media_type" : "application/oracle.com.cloud.common.VMTemplate+json" ,
    "type" : "Template"
    "uri" : "/em/cloud/iaas/servicetemplate/assembly/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3AAssembly%3AD766B6DD3BDE0F7BE0431780578CA8D8%3A0.1" ,
    "name" : "Env Assembly" ,
    "media_type" : "application/oracle.com.cloud.common.AssemblyTemplate+json" ,
    "type" : "Assembly"
    "uri" : "/em/cloud/iaas/servicetemplate/assembly/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3AAssembly%3AD766898D34A66DCAE0431980578C55B6%3A0.1" ,
    "name" : "sidb_asm" ,
    "media_type" : "application/oracle.com.cloud.common.AssemblyTemplate+json" ,
    "type" : "Assembly"
    <h4>Select a VMTemplate to introspect the deployment parameters</h4>
    GET /em/cloud/iaas/servicetemplate/vm/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3ATemplate%3AD7B887836B230A4BE0431780578C7C12%3A0.1?deployment_params
    "deployment_params" :
    "name" : "zone" ,
    "description" : "'zone' attribute is the URI of the zone that the 'application/oracle.com.cloud.common.VM' resource is to be created in" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "based_on" ,
    "description" : "'based_on' attribute is the URI of the service template or format String of the originated source which the deployed 'application/oracle.com.cloud.common.VM' resource is to be followed" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "cpu" ,
    "description" : "The information that determined how much 'CPU' is to be allocated to the deployed resource" ,
    "type" : "LIST" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "memory" ,
    "description" : "The information that determined how much 'MEMORY' is to be allocated to the deployed resource" ,
    "type" : "NUMBER" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "disks" ,
    "description" : "The list of disks to be included in the deployed resource" ,
    "type" : "LIST" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.domain_type" ,
    "description" : "The domain type of the Virtual Machine" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.network_profile" ,
    "description" : "The identifier of the network profile to be used for the network instances of the Virtual Machine" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.server_prefix" ,
    "description" : "The server prefix to be specified for the Virtual Machine" ,
    "type" : "STRING" ,
    "require" : "true" ,
    "sensitive" : "false"
    "name" : "params.server_size" ,
    "description" : "The name of the server instance size" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.request_name" ,
    "description" : "The request name to be tracked for the Virtual Machine creation" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.request_description" ,
    "description" : "The request description to be tracked for the Virtual Machine creation" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.vnc_password" ,
    "description" : "The VNC password for the Virtual Machine" ,
    "type" : "STRING" ,
    "require" : "true" ,
    "sensitive" : "true"
    "name" : "params.root_password" ,
    "description" : "The Root password for the Virtual Machine" ,
    "type" : "STRING" ,
    "require" : "true" ,
    "sensitive" : "true"
    "name" : "params.start_vm" ,
    "description" : "Whether or not the Virtual Machine should be started after creation" ,
    "type" : "STRING" ,
    "defaultValue" : "YES" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.ha_enabled" ,
    "description" : "Whether or not the Virtual Machine should be HA enabled" ,
    "type" : "STRING" ,
    "defaultValue" : "NO" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.disks_overwrite" ,
    "description" : "Whether or not the default Virtual Machine disks should be overwritten" ,
    "type" : "STRING" ,
    "defaultValue" : "NO" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.networks" ,
    "description" : "Whether or not the default Virtual Machine disks should be overwritten" ,
    "type" : "LIST" ,
    "require" : "false" ,
    "sensitive" : "false"
    <h4>Similarly, for Assembly Template </h4>
    GET /em/cloud/iaas/servicetemplate/assembly/oracle%3AdefaultService%3Aem%3Aprovisioning%3A1%3Acmp%3AVirtualization%3AAssembly%3AD766B6DD3BDE0F7BE0431780578CA8D8%3A0.1?deployment_params
    "deployment_params" :
    "name" : "zone" ,
    "description" : "'zone' attribute is the URI of the zone that the 'application/oracle.com.cloud.common.AssemblyInstance' resource is to be created in" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "based_on" ,
    "description" : "'based_on' attribute is the URI of the service template or format String of the originated source which the deployed 'application/oracle.com.cloud.common.AssemblyInstance' resource is to be followed" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "deployment_plan" ,
    "description" : "'deployment_plan' attribute describes the configuration of which the deployed 'application/oracle.com.cloud.common.AssemblyInstance' resource is to be used in the XML deployment plan format" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    One could think of some ways to use this information in its integration. In particular, when Enterprise Manager were upgraded to a newer version, additional optional parameters may be added or some existing parameters may no longer be needed. These changes may be automatically discovered via the above introspection.
    For example, a client may cache the deployment parameters and before POSTing to create a new service instance, compare the API's deployment parameters with the cached copy to determine whether there are additional "require"="true" parameters. Even though Enterprise Manager will include missing required parameters/attributes in its 400 response, by introspecting deployment_parameters, a client can determine, a priori, what may be needed.

    The following additional parameters may be specified (though all of them are optional) as part of the Assembly Instance creation request:
    "name" : "params.assembly_instance_name" ,
    "description" : "The name of the assembly instance" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.request_name" ,
    "description" : "The request name to be tracked for the Assembly Instance creation" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.request_description" ,
    "description" : "The request description to be tracked for the Assembly Instance creation" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.vnc_password" ,
    "description" : "The VNC password for all the Virtual Machines in the assembly" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "true"
    "name" : "params.root_password" ,
    "description" : "The Root password for all the Virtual Machines in the assembly" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "true"
    "name" : "params.server_size" ,
    "description" : "The name of the server instance size for all the Virtual Machines in the assembly" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    "name" : "params.network_profile" ,
    "description" : "The id of the network profile for all the networks in all the Virtual Machines in the assembly" ,
    "type" : "STRING" ,
    "require" : "false" ,
    "sensitive" : "false"
    For example,
    "params":{
    "assembly_instance_name":"QA Assembly",
    "request_name":"Quarterly Testing 1",
    "request_description":"Here is the request to create an QA Assembly for Quarterly testing",
    "vnc_password":"secret",
    "root_password":"secret",
    "server_size":"Small",
    "network_profile":"oracle:defaultService:em:provisioning:1:netConfig:D7C43DB9969841F5E0431980578CB5C1"
    When both "deployment_plan" and "params" are specified during Assembly Instance creation request, the values in the "params" attribute would take precedent. For example,if "deployment_plan" contained various server size specifications for the assembly while "params.server_size" were specified to be "Small", all Virtual Machines created would be of size "Small" instead of the values specified in the "deployment_plan".

  • Creation profile required field

    Hello,
    How can I define the field creation profile in the scheduling agreement as a required field?it is not possible via the customizing of the screenlayout.
    Regards,
    Sofia

    Creation profile is required to generate the JIT/Forecat schedule for a SA and which will be created at SPRO and will be assignd in the SA.Genarally a neccessary assignment in SA .

  • Schedule line Release with help of release creation profile.

    Hello,
    Is it possible to create the schedule line release for scehule line automaticaly by heuristcs run with the help of release creation profile of external procurement relationship ?
    We can release the schedule line in product view.
    What is other way release the schedule line?

    Hi,
    Credit check is done to see if the customer has crossed his credit limit or not. Incase you want to forcefully release order we use [VKM1]. What is this got to do with the schedule lines??? Irrespective of whether the order is under credit hold or no the schedule line are determined the same way. Didnt understand the connection.
    Regards
    Nadarajah Pratheb

  • Significance of release creation profile

    Hi all,
    Can anyone explain with example the use and significance of release creation profiles in outline aggrement
    Thnks
    Gan

    Hi,
    Release Creation Profile
    Use: -
    The creation profile determines:
    - Which event triggers the creation of a scheduling agreement release (changes involving the lines of the overall schedule and/or the reaching of the next transmission date)
    - How the delivery dates are shown (aggregation and release horizon)
    - Whether
    Backlogs and Immediate Requirements are determined and shown in the scheduling agreement (SA) release Whether a tolerance check is carried out for SA releases that are created due to changes to the overall delivery schedule in the system
    Note: -
    The tolerance check is only carried out if lines of the overall schedule for an item have been changed and if you create SA releases using the release creation program (via Scheduling agreement ® Create SA release).
    Features: -
    A creation profile is defined on a plant-dependent basis and consists of the following areas:
    General parameters: -
    - Whether - and, if so, under what conditions - an SA release is generated (creation strategy).
    - Whether backlogs and immediate requirements are to be determined for the SA release type.
    - Whether or not the tolerance check is to be deactivated in the case of change documents created for SA releases with backlogs.
    Aggregation horizons: -
    - The Release Horizon for which released quantities are shown, and
    - The periods for which quantities may be aggregated.
    If your creation profile provides for aggregation, quantities and delivery dates set out in the lines of the overall delivery schedule stored in the system for a scheduling agreement are aggregated to form release schedule lines.
    If you use a creation profile without aggregation, or work without a creation profile, the schedule lines of the SA release correspond to the schedule lines of the overall delivery schedule for the scheduling agreement for the relevant period.
    Creation periodicity: -
    - Whether SA releases are to be created on a periodic basis (and, if so, at which frequency).
    Each time a scheduling agreement release is created, the system calculates the next creation date. Weekly and monthly releases are always created on a Monday (first workday of the period). The system takes the factory calendar as the basis for calculating the due dates for release creation.
    If you wish to create SA releases on a periodic basis, you should choose a creation strategy that includes Next date.
    Tolerance profile: -
    - Whether tolerances are are to be checked for scheduling agreement releases created as a result of changes to the overall delivery schedule. This allows you to specify that SA releases are only to be created following major changes to the overall delivery schedule.
    In the case of SA releases containing backlogs or immediate requirements, the system never checks tolerances.
    Activities: -
    You process creation profiles in Customizing for Purchasing under Scheduling Agreement ® Maintain Release Creation Profile for Scheduling Agreement with Release Documentation.
    You assign a creation profile to a scheduling agreement item in the Additional data.

  • How to create Creation Profile

    Hello all Gurus,
    Can someone please tell me how to create "Creation Profile" and use them in MM scheduling agreement? I have an issue, where the user wants 2 separate creation profiles to be created so that the demands should be sent to suppliers on Thursdays and Fridays only. I maintained the creation profiles in SPRO -- MM -- Purchasing -- Scheduling Agreement -- Maintain Creation Profile for Scheduling agreement with rel. doc. But these creation profiles doesn't seems to work. What are the extra steps that we need to carry out once the creation profiles are created and then maintained in MM scheduling agreement?
    If you have any knowledge on creation of CREATION PROFILES please share it with me. It will be very much helpful for me.
    Thanks and Regards,
    Umakanth

    hi,
    Go to SPRO > MM > Purchasing > Scheduling Agreement > Maint. Rel. Creation Profile for Sched. Agmt. w. Rel. Docu.
    Maint. Rel. Creation Profile for Sched. Agmt. w. Rel. Docu.
    In this step, you can define the release creation profile.
    The latter is an instrument for determining which criteria are used to generate releases against a scheduling agreement and transmit them to the vendor.
    You assign the creation profile to the scheduling agreement item in the additional data.
    The creation profile controls the creation periodicity of the releases and - starting from the current date of release creation - the way in which the quantities are aggregated.
    In the release creation profile, you can define
    o   General Parameters
    -   Which creation strategy is the basis for JIT delivery schedules and scheduling agreements.
    -   How backlog and immediate requirements are taken into account during release creation.
    o   Aggregation and release horizon
    -   If and how schedule lines should be aggregated during release creation.
    o   Release creation periodicity
    -    With which periodicity scheduling agreement releases are created
    o   Tolerance profile
    -    That for releases created as a result of changed schedule lines, the system performs a tolerance check
    o   Internet release
    -    Whether an Internet release is created during release creation

  • Creation profile settings for Scheduling Agreement

    Hi Experts,
    I have a question regarding parameters of Creation profile maintained in Scheduling Agreement.
    In ‘General Parameters’, the Forecast delivery schedules there exists a parameter  ‘FRC:Aggregation’.
    I would like to know about the significance of using option ‘3’ as ‘FRC:Aggregation’ parameter in creation profile.
    Please provide some details regarding usage of above said Aggregation parameter in Creation profile.
    Thank you.
    Best Regards,
    Ashok

    If you work with release creation periodicity and planning calendar (lets say delivery schedule every Friday) there might be schedule lines in between and these were aggregated to this fixed day.
    Best regards,
    Hans

  • Without equipment creation serial number required at the time of delivery?

    Dear SAPIENTS,
    Without equipment creation serial number required at the time of delivery? In customizing i have defined that equipment not required in serialization profile. But still i am getting equipemnt number at the time of delivery of sales order.
    Regards,
    Kaushal Rai

    Dear Venu,
    You want to generate Alphanumeric Serial Number that is possible by following Enhancement for Serial Numbers:
    Pls find here some details about generating alphanumeric serial numbers as below :
    You can generate alphanumeric serial number with the following BADI / Customer Exit:
    Name of Enhancement : IQSM0001
    Name of Function Module Exit: EXIT_SAPLIPW1_001
    Name of Include : ZXQSMU01
    ZXQSMU01:
    This user exit can be used to create the serial numbers automatically for material of a production order. Number of serial numbers generated will be equal to the total number of quantity. The purpose behind development of this user exit was to attach prefix in each serial number generated.
    so as per your requirement you can generate serial number like ABC0001 etc.
    Process Steps:
    For exit: EXIT_SAPLIPW1_001
    1. Get serial number profile for a material in respective plant.
    2. Check if the profile is u2018XYZu2019.
    3. If profile is u2018XYZu2019 generate the serial numbers for the given quantity of material in production order.
    General Program Structure
    For exit: EXIT_SAPLIPW1_001
    1. Get the serial number profile using function module 'MARC_SINGLE_READ' for a material.
    2. Check if the profile is u2018XYZu2019.
    3. If the serial number profile is u2018XYZu2019 then generate the serial numbers for the given production order quantity of a material.
    4. Concatenate ABC as a prefix to the all generated serial numbers
    Provide above details reg. implementation BADI / Enhancement to your ABAPer and go ahead.
    You can implement above Enhancement in CMOD.
    Hope this helps.
    Revert in case of any doubt.
    Award points if useful.
    Regards,
    Tejas

  • How to create a persistent network manager profile with openvpn?

    After installing networkmanager and openvpn everything works fine except that the networkmanager profile is not persistent and nm creates and selects a new profile with every boot. I followed Persistent configuration on boot using systemd which creates a persistent profile and cuts out the creation of a new profile, but when I build a openvpn connection it won't change the i.p. any longer. I've been searching for a week, read and learned a lot, but without a solution.
    My main question is what's creating and selecting a new network profile after booting? I've 2 fresh installations of Arch and Archbang on 2 pc's and with both the same issue/problem.
    systemctl --type=service
    UNIT LOAD ACTIVE SUB DESCRIPTION
    avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
    clamd.service loaded active running clamav daemon
    colord.service loaded active running Manage, Install and Generate
    cups-browsed.service loaded active running Make remote CUPS printers av
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required stat
    lvm2-lvmetad.service loaded active running LVM2 metadata daemon
    lvm2-pvscan@254:0.service loaded active exited LVM2 PV scan on device 254:0
    NetworkManager.service loaded active running Network Manager
    nmbd.service loaded active running Samba NetBIOS name server
    org.cups.cupsd.service loaded active running CUPS Scheduler
    polkit.service loaded active running Authorization Manager
    privoxy.service loaded active running Privoxy Web Proxy With Advan
    rpcbind.service loaded active running RPC bind service
    rtkit-daemon.service loaded active running RealtimeKit Scheduling Polic
    smbd.service loaded active running Samba SMB/CIFS server
    systemd-fsck-root.service loaded active exited File System Check on Root De
    systemd-fsck@dev-disk-by\x2duuid-0e5d72a0\x2de09b\x2d4d0b\x2dba6f\x2d29a25ce04
    systemd-fsck@dev-disk-by\x2duuid-567d8960\x2d0ab5\x2d4e3a\x2d8565\x2d32d725fee
    systemd-journal-flush.service loaded active exited Trigger Flushing of Journa
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File
    [email protected] loaded active exited Load/Save RF Kill Switch
    [email protected] loaded active exited Load/Save RF Kill Switch
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device
    systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Boo
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    tor.service loaded active running Anonymizing Overlay Network
    udisks2.service loaded active running Disk Manager
    [email protected] loaded active running User Manager for UID 1000
    systemctl list-unit-files | grep -i network
    dbus-org.freedesktop.NetworkManager.service enabled
    [email protected] disabled
    NetworkManager-dispatcher.service disabled
    NetworkManager-wait-online.service disabled
    NetworkManager.service enabled
    systemd-networkd-wait-online.service disabled
    systemd-networkd.service disabled
    network-online.target static
    network-pre.target static
    network.target static
    Last edited by 2arch (2014-12-10 22:54:18)

    Open the Sharing pane of System Preferences and enable Internet Sharing over AirPort.
    (59391)

  • Use old domain controller AD user profile with new domain (profile changed)

    Dear All,
    I have built Win Server 2012 for Domain migration from Windows Server 2003 to Windows Server 2012. I have tested all thing on VMware including user creation and tested Domain join using power shell for Win 7 and .VBs batch file for Win XP computers all thing
    are working fine.
    Let 1st I introduce my current environment. I have existing Win Server 2003 domain controller (abc.com) with 130 client computers and 200 users I am going to plan migrate my current environment to Win server 2012 Domain (xyz.com) Keep in mind that Domain
    name is changed but Domain Controller (Server) names are same i.e MY-PDC . I have tested domain join on multiple computers using existing clone of client computers and create all existing users using .csv file and power shell with required
    credentials and OU.I am facing the user profile issue when I join domain and login with existing user which was previously the user of same computer the required profile does not login and computer creates new user profile in Document and Settings section
    of Win XP.
    I need your expert opinions because copy old profile data and create new outlook profile for each user is a big headache for any one. Hope you people can understand and help me in this issue.
    Please provide best answer and result on priority I will be thankful to all of you.
    Regards,
    Arsalan

    Hi Arsalan,
    Please check if USMT can help you to achieve this target.
    User State Migration Tool 4.0 User's
    Guide
    Meanwhile, please also refer to following articles and check if can help you.
    How
    to Migrate Windows User Profile to New Account
    Keeping user old domain profile
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If anything I misunderstand or any update, please don’t hesitate to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Schedule agreement-JIT and creation profile (are necessary to maintain)

    Hi Friends ,
    I am doing schedule line agreement in this way.
    1) Create SA agrement -ME31L
    2) Maintain schedule lines -ME38
    3) MIGO-
    4)MIRO
    That is working.
    A ) But then why it is necessary to maintain in material master under purchasing tab- JIT
    and
    B) in vendor master -Creation profile
    Please can u explain me A and B
    Regards,
    Mahesh.

    Hi Mahesh,
    Maintaining JIT in material master is necessary only if you wish to Use JIT scheduling agreement schedule lines, if you are fine with only FRC schedule line, then you don't need to update this field. This is a control on the material level, like you know if a certain material can't be managed on a JIT level then you will not use it, so JIT agreements can't be created for it.
    I don't feel Creation Profile is mandatory for vendor master, because you can opt to enter the creation profile in the Scheduling agreement additional data. Creation profile basically has a lot of control function, here isthe abstract from SAP Help
    The creation profile determines:
        Which event triggers the creation of a scheduling agreement release (changes involving the lines of the overall schedule and/or the reaching of the next transmission date)
        How the delivery dates are shown (aggregation and release horizon)
        Whether Backlogs and Immediate Requirements are determined and shown in the scheduling agreement (SA) release
        Whether a tolerance check is carried out for SA releases that are created due to changes to the overall delivery schedule in the system
    Regards
    Chandra Shekhar

  • Velocity profiling with SoftMotion Module

    Hi Folk,
    I need to move a stepper motor following a velocity profile, i.e. I need to change continuously the velocity while motion is in progress.
    I intend to perform the move with a cRIO platform equipped with a NI 9512 module.
    By using the property & invoke nodes, introduced first in NI SoftMotion Module 2009 SP1, I have created a small test routine to perform my task.
    I have used the property & invoke nodes, instead of the function blocks, because I want to update the velocity profile as fast as possible.
    For the test routine I have used a simulated axis (a servo motor) and the routine is developed by using the scan interface.
    In the main loop, a sinusoidal wave (point by point) generates a sample velocity profile, the velocity is passed to the "velocity" Straigth-Line Move property node and it is applied to the axis by the "Start" Straigth-Line Move invoke node.
    The test routine runs circa correctly until the velocity profile cross the zero, at that time the routine stops with the following Error -77070.
    I have added an offset to the generated sinusoidal profile. The test routine runs correctly if the offset sets the sinusoidal profile all positive or all negative, i.e. the offset is greater than sinusoidal amplitude.
    Question (1)
    I beleave that this behavior is due to a bug in the Straigth-Line Move node. I am right?
    Question (2)
    I have written that the routine runs "circa" correctly because furthermore the previous bug there is a timing issue.
    I have set the Scan Period = 5 ms as it is requested for 951x modules.
    If the timed loop (Synchronize to Scan Engine) is set to 5 scans or more the timing of the timed loop seems to be correct (the sinusoidal wave shows the period that has been configured).
    If the timed loop is set to 4 scans or less the timing of the timed loop becomes longer  (the sinusoidal wave shows a longer period as that has been configured).
    Any idea about this timing issue?
    Question (3)
    Any suggestion how to write a faster velocity profiling with the SoftMotion Module?
    Thanks for your help,
    Asper
    P.S.
    Error -77070 occurred at Invoke Node in Axis_Velocity_profiling.vi
    Possible reason(s):
    NI SoftMotion:  A Start operation is pending. Please add a delay between consecutive preemptive Start Motion calls.
    Attachments:
    velocity_profile_exemple.zip ‏77 KB

    Hi Reid,
    I am developing a system for low-force tests of very thin tissues in tension and fatigue.
    The force is measured with a load cell and is applied by pulling the sample with a linear translation stage and the elongation is measured with a linear encoder.
    The linear stage is motorized with a 2-phase-stepper motor, and with two limit switches. The stepper is designed for applications with very limited space conditions and the motor is hollow.
    The linear encoder has a 20 nm resolution and a 1 um accuracy, and includes an electronic for signal conditioning that is compliant with the encoder input of the NI 9512 module.
    The load cell is a full bridge with an accuracy better than 0.01 %. For acquiring and conditioning the full bridge, the system uses a NI 9237.
    The system will provide tests that are controlled both in force and in elongation.
    For the tests controlled in force, the loop is closed with the signal measured by the load cell and the translation stage is driven in velocity.
    For the tests controlled in elongation, the loop is closed with the encoder signal and the translation stage is driven in position.
    For both type of tests, the user can select different test profiles, for example: a linear increasing, a sinusoidal profile for fatigue test, etc.
    The user can pause the test at any time, and the system must take the condition, until the next proceed command.
    My previous post: question (1)
    Your reply:
    I ran the code  Axis Override Test 1 on my machine on a simulated Axis and this was the performance I observed:
    Our versions maybe differing did you see the same behavior on a simulated axis?
    Concerning the velocity that is read from the Read (Data) function block, I observe the following:
    With a simulated axis (both in My computer and in cRIO-9073) the values are positive for forward move and they are negative for backward move (as you also have observed).
    With the real axis (NI 9512) the values are positive both for forward move and backward move.
    Please see the next images.
    With simulated axis
     With real axis (NI 9512)
     My system is as follows:
       LabVIEW: 9.0f3
       SoftMotion: 9.0.1
       NI-Motion: 8.1.0.3037
       NI-RIO: 3.3.1
       NI-RT: 9.0.0
    I want to point out that the simulated-axis is a servo drive while the real axis is a stepper drive (NI 9512).
    With my software release, I believe that this behavior is due to a bug, probably in the stepper drive interface. I am right?
    I suggest that you try on a real stepper axis (NI 9512).
    My previous post: question (2)
    Your reply:
    These two questions I feel share the same root cause. It takes a little bit longer to calculate the a preemptive move in the opposite direction.
    Considering the observation on the Read (Data) function block issue, now I note that my second question arises from the sum of two different behaviors. In case the Read (Data) function block issue is solved, as for simulated axis, the sentence can be rewritten as:
    The velocity plot shows some computation troubles as the velocity is approaching the zero, with the derivative both positive and negative.
    Furthermore I have discovered that this computation troubles gives a blocking error if the velocity is approaching the zero with a zero derivative.
    Once the velocity reaches the zero with a zero derivative, the "Velocity Override" Write is no any more able to change the velocity!
    No errors or warnings comes out in this situation!
    This behavior is true with an axis both real and simulated, and is still true both with an all function blocks code and a mixed function blocks/invoke nodes code.
    From this point of view, the velocity troubles with the approaching to zero are very very bad!
    Please consider that in the previous posted example you can find an all function blocks code, Axis Velocity Override_test_0.vi, and a mixed function blocks/invoke nodes code,  Axis Velocity Override_test_1.vi.
    You can easily test the velocity blocking error by putting the parameter offset = amplitude in the previous posted example.
    My previous post: question (3)
    Your reply:
    I am curious if you are observing that around zero % the override function performs poorly, was this present on the function block example? I think the problem here is the preemptive move being called from the straightline move function.  Basically, the trajectory generator is still calculating points when send the command to it. Since we are updating the velocity at a  very fast interval we notice some of this breakup due to the longer latancy times. Even with this
    Error -70216 occurred at an unidentified location
    Possible reason(s):
    Motion:  A required resource is busy and unable to accept further commands at this time.
    To get around this error you will need to call into the trajectory generator at a slower period of time to allow it to finish the operation in progress. Keep in mind the control loop we are calling into in RT is the command loop to the trajectory generator and the position control loop is performed on the FPGA of the module itself.
    I want to underline that the computation troubles as the velocity is approaching the zero has not apparent connection with the Error -70216.
    I have tested the posted routines with Scan Period = 5 ms and the Number of  Scans = 5 or more (25 ms for cycle or more) and the computation trouble is still there every time that the velocity is approaching the zero.
    The Error -70216 come out randomly and increases as the cycle time decreases.
    I did not observe any decay in the time to perform the Velocity Override around zero %, but you have to consider that I did not make any test to investigate this issue.
    I agree with you, the Error -70216 can arise from some commands that try to access the same resource a the same time.
    In my opinion the Velocity Override has to be predominant, i.e. no matter what the routine is actually doing, the routine should start immediately to correct the actual velocity to reach the new value.
    Suggestion: for the future release of the Velocity Override, please consider to leave the opportunity to select from percentage velocity (as it is now) an absolute velocity.
    Regards,
    Asper

  • Running a SQL Stored Procedure from Power Query with Dynamic Parameters

    Hi,
    I want to execute a stored procedure from Power Query with dynamic parameters.
    In normal process, query will look like below in Power Query. Here the value 'Dileep' is passed as a parameter value to SP.
        Source = Sql.Database("ABC-PC", "SAMPLEDB", [Query="EXEC DBO.spGetData 'Dileep'"]
    Now I want to pass the value dynamically taking from excel sheet. I can get the required excel cell value in a variable but unable to pass it to query.
        Name_Parameter = Excel.CurrentWorkbook(){[Name="Table3"]}[Content],
        Name_Value = Name_Parameter{0}[Value],
    I have tried like below but it is not working.
    Source = Sql.Database("ABC-PC", "SAMPLEDB", [Query="EXEC DBO.spGetData Name_Value"]
    Can anyone please help me with this issue.
    Thanks
    Dileep

    Hi,
    I got it. Below is the correct syntax.
    Source = Sql.Database("ABC-PC", "SAMPLEDB", [Query="EXEC DBO.spGetData '" & Name_Value & "'"]
    Thanks
    Dileep

Maybe you are looking for

  • Can't Log in to Windows using the fingerprint scanner.

    Hi,      I've had my HP ENVY MJ-j120dx Coe i7 (Windows 8.1 64-bit), product number E8A11UA#ABA for about a year now, and I did a full system wipe using the recovery software that was built in.  Before the wipe the fingerprint scanner worked perfectly

  • LR5 Import dialog does not list any images

    Lightroom 5 is not seeing that a folder of images I'm trying to import has any images in it. The folder is question has well over 5,000 jpegs (it's my iPhone image depository). While I was able to import images from this folder with no problem in LR4

  • Problems with getting incoming mail

    I just got an iphone and made the move from a pop to an imap Gmail account. Since the switch I had problems with it, and recently deleted it and started the account over. Last night, I had thousands of messages being imported so I thought it would be

  • Can this script be converted to a UNIX command for ARD?

    First I'd like to thank "Neil" again for providing the script below: set the_versions to (do shell script "mdls -name kMDItemVersion /Applications/Microsoft\\ Office\\ 2011/Microsoft\\ Excel.app") set the_versions to the_versions & return & (do shell

  • SAP Logon

    Good morning everyone, I have got SAP GUI 7.10 (PL2 - All components) installed. We are not live yet with SAP and I am pretty new to SAP. I have been asked to standardise out SAP GUI ini file and I am after best practices or recommendations from more