Supervisor field at PA vs Chief setup at OM

Our Client did not have the chief setup at the Orgunits. Instead the managers  are setup at the Infotype 001 ( PA0001) by the Supervisor field ( MSTBR). They maintained the Supervisor field from year 2002 and they have all their external interfaces looking at the Supervisor field ( PA0001-MSTBR) for the manager.
Now we are implementing MSS , hence we are setting up the chiefs at the orgunits ( A012 relationship build )  . But the client still want the supervisor field at the PA sider due to the interface dependencies. They want to synchronize the chief setup at the orgunits and the Supervisor field.
Chiefs will be setup at OM and they want to update the Supervisor field at PA . As and when the chief relationship changes at OM we also have to update the Supervisor field at PA infotype 0001.
How do we synchronize this?. Also I heard that the Supervisor field does not participate in integration between OM and PA. Where can I see this?. I did not see anything in the integration switch table T77S0. Is there a SAP standard way to integrate and synchronize the chief at OM and the supervisor at PA.?. 
Thanks
Ramesh
If there is no standard approach should we look for  a OM User exit that triggers as and when the chief relationship is setup or changed and update the Supervisor field at PA( this will have to update the employees under the orgunits)?. Any suggestions or comments will be very useful to us.

i dont think there is a automatic way of doing this, You have to do this manually. or have a check in exit to do this for you
is possible!

Similar Messages

  • Personalizing the PERWSHRG form by making the supervisor field mandatory

    Hello
    I need to make the Supervisor field on the Assignment screen of the PERWSHRG form mandatory. There are many employees in our oracle system without a supervisor. I need to force the user to capture a supervisor whenever an employee is queried without a supervisor.
    When an employee is queried i can make the supervisor field manadatory (yellow) on the assignment screen. But somehow oracle still alllows the user to save and then exit the record without having to enter a supervisor. Almost like the madantory field is not enforced
    my current setup is
    Condition:
    Trigger Event: WHEN-NEW-ITEM-INSTANCE
    Trigger object: PERSON.LAST_NAME
    Condition: :PERSON.LAST_NAME is not null and
    :ASSGT.SUPERVISOR_ NAME is null
    Processing Mode: Both
    Actions:
    Seq:1
    Type: Property
    Object Type: item
    Target Object: ASSGT.SUPERVISOR_NAME
    Property Name: REQUIRED (APPLICATIONS COVER) --and i even tried REQUIRED and REQUIRED (ITEM-INSTANCE)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    At the time of personalizing the assignment form it may not work perporly as you expected because the record is created as soon as the employee record is saved on the enter and matain form. That's you are facing problem and try to do it in other way around.
    1) when validate record.
    2) Call a function or procedure to show error message if the user do not pass any value.
    and the last option is try to built a USER HOOK to validate the same.
    Thanks

  • Custom infotype in SAPHRActiveSync - supervisor field

    Has anyone been successful in adding a custom infotype in the SAP HR ActiveSync adapter to get the values? I added it to the schema and did the mappings in the wofkflow, but its always returning null value. I need to add supervisor field and work address fields which are custom attributes that are being looked up in another table in SAP, thus no specific infotype for them. I read in the documentation that there are 6 infotypes supported (0000, 0001, 0002, 0006, 0105) but no mention of custom infotypes...anyone faced similar issue and what was the workaround? Should we just use a BAPI call to get the values? We're using IDM v8.0.
    Any help is appreciated.. Thanks!

    Hi,
    When you take a drop down from the infotype column, you will see a window with infotypes. By default, it is restricted to 500 entries. To change that, click on the narrow bar under u201Crestrictionsu201D (has a downward arrow) and change the maximum number of hits to 999. You will then get all the infotypes including the custom ones.
    Hope this helps.
    Donnie

  • Job, Supervisor field and Table details - Urgent please

    Need to document fuctional/technical specs to extract <b>Job</b> and <b>Supervisor</b> field details in OM. I am trying to understand what is the Table and field for these Objects / data elements ?
    <b>Is it T513-STELL for job or is it HRP1000?
    What about Supervisor -- what is the Table and field where employee's Supervisor data is stored? .</b>
    Really appreciate any input.

    T513 is not always in sync with HRP1000. For Jobs, I would prefer to look up the Table HRP1000 with OTYPE = 'C'.
    Regarding, the other part of your question, the supervisor details are actually on the PA side.. you can use the function call RH_GET_LEADER.
    ~Suresh

  • Field Catalog in Free Goods Setup

    Hi Gurus,
    We are trying to set up Free Goods in CRM standalone. No condition type is replicated from R/3 and we have to set up everything from scratch in CRM. Under the IMG, Free goods, the first menu option is 'Field Catalog'. Could you please advise what this is used for? Can we still set up 'buy A get B for free' without setting anything in this option?
    many thanks,
    Leon

    hi
    field catlog help to add conditon to the condition table which is used for selecting   the conditions for Free Goods hence field cat is must as it help to determine free goods thru conditions
    do let me know if it suffice ur requirement

  • Problem with characters in text field

    hi all
    i am missing a few characters, once i load text into a dynamic text field. chars are not missing per say; they are being replaced with empty squares.
    characters like the euro sign and accentuated german a letter.
    whats is weird is that other accentuated german letters do appear. so only a few selected are missing.
    How ive set up the fla:
    1) i've added 4 text fields to the stage in the font im using, Arial, one for each font style: normal, italic, bold and bold italic, and in all 4 fields ive embedded all latin characters (to include the german accentuaded characters and im guessing it's in the punctuation group that holds the euro sign, so that one is also embedded), besides lowercase, uppercase, numerical, and all the default groupd to include basic text.
    2) i've got a dynamic text field, created with createTextField, and setup the following ActionScript (2):
    this.createTextField("T_text",1,0,10,Stage.width-60,50);
    var myFmt = new TextFormat();
    myFmt.size = 12;
    myFmt.leading = 3;
    myFmt.font = "Arial";
    T_text.html = true;
    T_text.autoSize = "left";
    T_text.multiline = true;
    T_text.wordWrap = true;
    T_text.selectable = false;
    T_text.embedFonts = false;
    T_text.textColor = "0x666666";
    T_text.htmlText = _global.gallery_1_image_text_1; // this holds the text im displayed, called in from a database.
    T_text.setNewTextFormat(myFmt);
    now, im calling text from a database.
    when calling the text from the browser  url bar, there's no chars missing.
    its just when i make this call from flash and load the text into the dynamic text field, that characters go missing.
    below is a link to a print screen of the faulty text that is displayed in flash's dynamic text field.
    http://img210.imageshack.us/img210/340/utf8.png
    any ideas? i mean, it seems that the arial font is missing a few accentuated characters! because the code i have setup loads other accentuated characters.
    anyone has seen this issue before and know how to solve it?
    regards

    no.
    you assigned your embedFonts property to be false.
    look, you can test if you've embedded fonts correctly by using:
    T_text._rotation=3;
    if you see no text, you're not embedding fonts correctly.
    so, use:
    T_text.embedFonts=true;
    and then test.  if you see no text, use:
    click on the upper right of your library panel > new Font > select Arial and tick the symbols you need to embed > tick export for actionscript and assign a linkage id (eg, ArialID). click ok.  then use:
    this.createTextField("T_text",1,0,10,Stage.width-60,50);
    var myFmt = new TextFormat();
    myFmt.size = 12;
    myFmt.leading = 3;
    myFmt.font = "ArialID";
    T_text.html = true;
    T_text.autoSize = "left";
    T_text.multiline = true;
    T_text.wordWrap = true;
    T_text.selectable = false;
    T_text.embedFonts = true;
    T_text.textColor = 0x666666;  // no quotes here.  this is a number
    T_text.htmlText = _global.gallery_1_image_text_1; // this holds the text im displayed, called in from a database.
    T_text.setTextFormat(myFmt);  // to format the above text, use setTextFormat().  if you want to format text added after this line, use setNewTextFormat()

  • 10.5.1 Server Setup - Help Make it all Work!

    Hello Everyone, I currently have a new MacMini running 10.5.1 with our Calendar, Wiki and File Sharing. I have recently just returned from the Mac OS 10.5 Training Session from Chicago Columbia College and was astonished at what their demo servers did versus what mine has never done lol. We are a small tech company and there isn't much yet in the way of documentation or training or even training materials for Leopard Server. So I wanted to share some of what we learned from the training seminar and hopefully someone will know the proper answers to my questions. This is going to be a bit long winded but I think it's important to convey my questions/concerns.
    1. Ok initial setup of our Leopard server requires you to input a host name and then the domain name. Well after the first install of Leopard we found as I have read amongst the posts for the past 2 hours that if you place let's say macmini in the host-name field then place domain.com in the domain field. After the server setup is complete Leopard Server wants you to chat, vpn, and browse to http://macmini.domain.com/groups as well as mail. This is all well and good if you have access to DNS like I do and can easily make changes to the MX & A records but if your a typical SMB user then you won't and this means that once your e-mail is setup and your ready to start using your server anyone you e-mail will come from [email protected] and not [email protected] which is a huge problem. So be cautious here. I was instructed by Apple after scratching their head to leave the host-name blank and only fill in the domain name here if your on let's say a T1 or other medium with a static IP pointed at your machine or router. So this is my first pet peve, there is a sloppy work around to this by telling the server to receive e-mail for domain.com as well but still whenever you send it comes from the original domain.
    2. Application Setup - Single Sign-on - When I attended Leopard training this week in Chicago I was amazed at how whenever a user (demo -lab environment) logged into ichat, ical, wiki or e-mail there was simple single sign-on kerberos auth. What I mean by this is once the server is up and running and your Mac connects to the network for the first time either by manual add thru the directory application or a new Mac that finds the Leopard server automatically at first boot and you auth a user on the server to that Mac then there is just a single signon from that point on, NOT! For us our users log into their machines, (mind u they are already users on the Leopard server and can log in just fine) and they try to go to their e-mail for the first time it always fails. We then have to disable SSL over SMTP and IMAP and manually type in their passwords because the MacMail clients cannot trust the SSL cert or we simply just delete their accounts and recreate them from scratch. Same happens with iChat. By design when you auth your Mac against the server, the server auto configs the security and client apps, i.e. mail, ichat, directory, VPN, ical. But iCal has consistently failed setup across 5 server builds and 10 clients. What will happen is when you go to prefs in ichat you see your account but it can't auth you and doesn't show up in ical for your personal server calendar. If you manually remove your user account and re-add it works great. But next time you go to ichat, once again you have to recreate. And I can recreate this all day long. But at the demo it worked like magic. So that is problem number two, SSL and single sign-on does not really work and app auto-config does not work at all.
    3. Apple Airport Extreme 802.11N. - As a test and per Apple's recommendation for SMB clients we picked up a new Airport. We patched it and setup user/pass info and setup DHCP on the device for so if server fails we have internet. And during server setup it logged into Airport and tried to configure settings. We were on the net and all was good after server setup. However with VPN enabled per user in Standard mode on server we have only been able to gain VPN access for clients if they are actually inside the network. I have spent about 10 hours back and forth with Apple Support trying to get VPN to work outside. The Manual setup of new Airport Port-Mapping is simple but crude. It does not seem to work. And there is a default hosts setting which should translate to an open DMZ but does not. So that is third on my list, running a MacMini with 2gig's of RAM which is within SPEC for Leopard Server and using the Apple Recommended solution of an Airport Extreme N does not work for s&*% and I would be very surprised if anyone here has gotten that to work.
    4. E-Mail Services - As stated prior Leopards auto app setup utility does not work for crap unless by some magic there are other steps besides the ones outlined and printed with the purchase of server. But the main thing about mail is that we are missing the basics. I mean your going to be hard pressed to find ANY e-mail application on the market today, Notes, Exchange, Gmail, Hotmail, Yahoo, iMail or other that does not include basic vacation/out of the office message replies. This is a huge issue for any small business or for that matter any size business that wants to automate things when they are out and I think this is one of my small peeves but certainly worth a listing here.
    5. VPN - We have tried like **** to get the VPN to work thru the Airport as previously noted but we have also connected MacPro with 2 nics, one for net and one for LAN and not been able to connect to the server from outside our network. Here is my largest frustration, we currently run SBS2003 from MSFT and they run flawlessly. I have literally sat with clients in their office during a new setup for SBS and in 3-4 hours we were up and running with minimal system level changes from the guided path. And for Apple to advertise this in the manual and all online materials as being SMB friendly is a complete slap in the face. Now don't confuse my above descriptions of problems we have seen across 5 Leopard builds as being a rant because it's not but seriously I am a network engineer with 10 years in the field working with 20+ product ranges and in our office we only use Mac because of stability and uptime. But OS X 10.5 is not Small Business Friendly at all even with the half hearted attempt at the new System Admin console for SMB users. However that being said I will still push on and try to get all these little bugs worked out and what I would really like to see is some feedback on my issues and I would love to know if anyone else has had similar issues. I really had hoped that 10.5 could help my firm finally push the proper solution (Mac OS X) for our SMB clients but it just isn't there yet.
    Cheers,
    DM

    Thanks for the quick read and response. Do you feel the issue might lie with the fact that it is a Mac Mini? And possibly just not powerful enough to run Leopard Server? I have to say in our trials with MacPro it was like night and day as to how they performed. And if you could elaborate on this "Many VPNs don't play well with NAT so your VPN server should have a direct connection to the public network (preferably firewalled, of course, but not NATted)." Most every SoHo and for that matter uses simple NAT translation for security even our multi thousand dollar Cisco PIX and ASA's are basic NAT devices to start with. How would you put the VPN on public net while keeping the attack surface low for the rest of the services like file, web, mail and print?
    Don't get me wrong I want this to work more than you can imagine. We are so tired of supporting MSFT technologies that cost thousands a year in antivirus, antispyware, antispam and other malware protection for the enterprise. We know that Leopard has great potential but for an integrator, getting this system up and functional is not an easy task. And the worst part of it is every time we have called for support the tech always lets out a sigh when they hear we have run standard setup because they are not allowed to walk us thru the server console to make repairs. And have been told by 3 techs so far that this is a new product and the support avenues are not there for standard since it just supposed to work out of the box. But when it doesn't then ohh well. Which is sorta sad...
    DM

  • How to add new fields to a OAF page on iRecruitment

    Hello All,
    I am in the process of extending one of the pages in iRec to add couple of fields (Readonly). I have setup the JDEV environment on my PC.
    We are on 11i.10CU2 on Linux. I have the page VO information from "About Page".
    What are the files that I need to bring down from Linux middle tier to my PC? I have downloaded the whole $JAVA_TOP/oracle/apps/per/irc directory structure to my PC under myclasses directory and when I try to open the server.xml I get errors saying that "Unable to find the referenced object". But whereas those files exists in the location.
    I am pretty new to OA Framework extensions and would appreciate any help regarding this issue. *** If any of you have any documents explaining step-by-step or something that would point me to the correct direction , I would appreciate your help verymuch ***
    Thanks.

    Tapash,
    The fields that I wanted to add are not in the VO, so, it can not be done thru personalization.
    I have new query and I need to extend the existing query to replace the new one. And thru personalization , I will add those new fields that I just included in the VO on the screen.
    Steps that I took are:
    1. FTP'd the whole directory structure from linux $JAVA_TOP/oracle/apps/per/irc..... to my PC to C:\JDEV\...\myclasses\oracle\apps\per\irc
    2. Opened the file server.xml from Jdeveloper from C:\JDEV\...\myclasses\oracle\apps\per\irc\candidateSelfService\server\server.xml
    *** I Get the error here *** Unable to open the referenced object *** for a lot of files. I saw in couple of posts that the files from $PER_TOP/mds/ also needed to ftp'd to PC to myprojects.
    Is there anything else that I need to bring down from server?
    And if you could please list the steps that I need to take to extend a VO to subsitute the original that would help me a lot!
    Thanks for all your help.
    FR

  • ESYU: R12 - Order 입력 화면(OEXOEORD)의 모든 fields가 grayed out 인 경우

    Purpose
    Oracle Order Management - Version: 12.0 to 12.0
    This problem can occur on any platform.
    OEXOEORD.fmb
    OEXOEBSO.fmb
    R12 version의 Sales Order form이나 Sales Agreement form(OEXOEORD or OEXOEBSO)의
    모든 fields가 greyed out인 경우 해결 방법에 대해 알아본다.
    Solution
    이 문제의 원인은 Setup이다.
    이와 같은 문제는 profile option 'MO: Security Profile' 은 setup 되어 있으나,
    'MO: Default Operating Unit' 은 아직 setup 되어 있지 않고 folder에서 보여야 하는
    Operating Unit field가 활성화되어 있지 않은 경우 발생한다.
    Operating Unit는 정보의 key이며 이 값은 transaction을 발생시키기 전에 지정되어야 한다.
    Recommendation:
    만일 MOAC를 사용한다면
    1. Folder Options을 이용하여 form 안에서 Operating Unit field가 보이기 활성화 한다.
    2. MO: Default Operating Unit 을 setting 한다.
    만일 MOAC를 사용하지 않아 MO: Security Profile를 unset 했다면 MO: Operating Unit
    값이 default Operating Unit로 되고 application은 이전과 동일하게 움직인다.
    Profiles setting에 관해 좀 더 자세한 사항은 Note 393634.1를 참조한다.
    - R12 Readiness Cheat Sheet: How To Setup Multi Org Access Control (MOAC) for Order Management?
    Reference
    Note 393735.1

  • I have setup sync on my desktop and have now lost 30%of my tabs. How do I get them back using Sync?

    I am using win7 on a desktop and have upgraded to the latest firefox. Approx 30% of my previously saved tabs now come up as "New Tab" with no URL in the address field.
    Previously I had setup a sync account.
    How do I access that sync account in order to restore my missing tabs?
    Thank you

    Hi kamcop68,
    If you have a recent backup available (even pre-iOS7), you may want to try restoring your data from there. You may find the following article helpful:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Regards,
    - Brenden

  • Cannot amend Bank account in House Bank Accounts-setup

    Hi,
    Customer is using 2007A PL30
    With recent bank merging, a new bank account had been given to its customer. As such, customer would like to amend Account No field in House Bank Accounts-Setup but hit errors "Fields cannot be updated" Customer would like to continue posting into same G/L account for both incoming and outgoing payment history and bank reconciliation process purpose.
    Regards
    Thomas
    Edited by: Thomas Lai on Mar 4, 2009 10:27 AM

    A new bank account has to be setup.  You should not let customer to change their exist code.  A history has to be kept untouched for all financial records.
    Thanks,
    Gordon

  • EA6900 Bridge mode setup - not getting proper DNS addresse

    I have an EA6900 that I am trying to use just as an access point (have an existing sonicwall as my internet connection / router device)
    Here are the steps I have completed 
    I have logged in to the modem, and created a modem password - can log into modem wirelessly with modem password
    I went into the connectivity settings and selec ted bridge mode - with auto IPv4 settings
        I get the right IP address segment on my laptop, but the DNS addresses are not from my network (not even the settings from my sonicwall)
    I then set the IPv4 settings manually, and enterred a static IPv4 address, as well as the gateway (as my sonicwall), and the DNS addresses of 2 of my servers as well as an external DNS server address
    When I connect to the EA6900 with a laptop, I still do not get the DNS addresses I have enterred in the fields on the EA6900 connectivity setup screen
    I even tried to enter my server as a gateway - not the sonicwall, and that does not work either (laptop gets the same DNS server addresses)
    Any way to do this?
    Briudge mode, Get DHCP from my server (works), get DNS server addresses as are enterred in connectivity settings (not working)

    salasidis wrote:
    I have an EA6900 that I am trying to use just as an access point (have an existing sonicwall as my internet connection / router device)
    Here are the steps I have completed 
    I have logged in to the modem, and created a modem password - can log into modem wirelessly with modem password
    I went into the connectivity settings and selec ted bridge mode - with auto IPv4 settings
        I get the right IP address segment on my laptop, but the DNS addresses are not from my network (not even the settings from my sonicwall)
    I then set the IPv4 settings manually, and enterred a static IPv4 address, as well as the gateway (as my sonicwall), and the DNS addresses of 2 of my servers as well as an external DNS server address
    When I connect to the EA6900 with a laptop, I still do not get the DNS addresses I have enterred in the fields on the EA6900 connectivity setup screen
    I even tried to enter my server as a gateway - not the sonicwall, and that does not work either (laptop gets the same DNS server addresses)
    Any way to do this?
    Briudge mode, Get DHCP from my server (works), get DNS server addresses as are enterred in connectivity settings (not working)
    "I have logged in to the modem, and created a modem password - can log into modem wirelessly with modem password" Modem? or do you mean the Router? Modem and router are two different things.
    That DNS are you seeing on the devices?

  • OER Atrifacts Store Setup and Configuration for CVS.

    Hello,
    My question is related to proper configuration of a CVS based Artifact Store in Oracle Enterprise Repository.
    I've attempted to configure a CVS Artifact Store from within OER's Asset Editor (as described on page 27 of the OER Configuration Guide & pages 92-93 of the OER Admin Guide.) I have also ensured that this new Artifact Store is selected in the dropdown for the Submission Upload Artifact Store system setting on the OER Admin page. However, my configuration settings for the Store appear to be incorrect and I haven't found a CVS example that has been thorough enough to infer the proper settings.
    So I'm hoping someone can assist me who has been through configuring a CVS Artifact Store for OER. I'll try to provide detailed information below with the hope that it may be of assistance.
    First, analogous CVS settings that are configured for my standard CVS plug-in in Oracle Workshop. These settings are for the pserver protocol, but I think they will provide some value to someone who has experience in configuring a CVS Artifact Store.
    The standard Eclipse CVS plug-in settings for our enterprise repository location:
    Connection Type: pserver
    User: sampleuser
    Password: Pa55wd
    Host: dev003
    Repository Path: /cvs/Integration
    This translates to repository location --> :pserver:sampleuser:Pa55wd@dev003:/cvs/Integration
    (Which is the root of our enterprise CVS repository)
    Now…within this repository location above there is a module (Development/OER-POC) that is located in:
    /cvs/Integration/Development/OER-POC
    …and checked out into a project called "Sandbox" located in the default workspace in Oracle Workshop.
    Additionally, within the organization we also have HTTP access to CVS. This previous example XSD I just mentioned has an HTTP URI of:
    http://dev003:8080/viewcvs/viewcvs.cgi/Development/OER-POC/src/schemas/ExtOfAddrRef/v1/ExtOfAddrRef.xsd?cvsroot=Integration
    Now as I have attempted to properly set up the configuration for the OER Artifact Store I have "translated" the above information into the following entries on the Artifact Store setup screen:
    Name: CVS Enterprise Store
    Type: Raw SCM
    Hostname: dev003
    SCM Location: Integration (??? Not sure if this has been inferred correctly. If not what should be specified here.)
    SCM Type: CVS
    Download Path URI Suffix: cvsroot=Integration (??? Not sure if this correct based in previous information?)
    Download Path URI: (??? Not sure what should be specified here. I have inferred several logical options but they have not worked.)
    Finally, when I referenced page 62 of the ORE Core Registrars Guide PDF the "Additional Development documentation" link (http://devwiki.flashline.com/index.php/B02831) states:
    • "All files from an SCM will be URL addressable. The SCM (or a third party) must provide a way to get a particular file based on a URL. In other words, we are not going to use any client libraries to write code that will retrieve us a file from an SCM. "
    • "Added concept of a 'download path' to an artifact store. For example, consider our development environment. Eclipse will have SCM information (i.e. cvs.flashline.com), eclipse/cvs project information (i.e. projects/framework/modules/com.flashline.geneva.rbac), and file/cvs file information (i.e. /code/com/flashline/geneva/rbac/base/RoleContextPersistBroker.java?rev=1.66). Using this info, a fileinfo's uri can be set. The artifact store will then allow us to specify a download base path such as http://cvs.flashline.com/viewcvs/viewcvs.cgi/."
    To conclude my questions are:
    1) Based on the comments in the Registrar's Guide it seems clear that the intent of an Artifact Store is purely for the support of downloading the physical artifact that corresponds to an OER asset. I would conclude that "Raw SCM" based Artifact Stores do not intend to support direct check-ins for the various SCM systems. (rather assets/artifacts in Eclipse would be manually checked in from within the IDE environment). If someone could confirm whether this is correct that would be much appreciated.
    2) Based on the information I supplied for the example enterprise CVS repository...what would the appropriate settings be for these fields on the Artifact Store setup screen:
    a) SCM Location
    b) Download Path URI Suffix
    c) Download Path URI
    3) Since the "CVS" SCM Type does NOT specify fields for username and password (unlike when you select other potential SCM Types in the Store setup screen); how should one handle credentials in CVS repositories?
    Thanks in advance to any assistance.
    ~Todd

    Hello user642477,
    I'm facing the same problem.
    It seems to me that the Oracles's guide line don't give enough information. I'll try to fixed it and whether I'm able to do so far I'll be in touch...
    By the way, how could you browse to the link: http://devwiki.flashline.com/index.php/B02831? When I try it so a page cannot be displayed message is displayed.
    Regards
    felipe

  • Position Hierarchy - Employee Supervisor Change

    Hello,
    We have few of our Operating Units setup with Position Hierarchy Approval method for Purchasing documents. We want to change this to Employee-Supervisor Relationship due to change in some of the global policies.
    Would like to know what are the implications & what are the things to be taken care.
    Thanks,
    Shilpa

    You will find that emp. Supervisor hierarchy (ESH) is simpler to setup and understand. But it has less functionality.
    e.g. In PBH (position based hierarchy), you can submit PO's using different paths if necessary. But in ESH, the po always will go to the supervisor and his supervisor etc.
    To implement your change
    1) Go to the define employees screen (in the purchasing module if you use Shared HR or in the HRMS module if you use full HRMS). Enter the supervisor name for all employees that will submit /approve PO.
    2) Purchasing > setup > organizations > financial options > Human resources tab > uncheck "Use approval hierarchies" checkbox
    3) You can end-date existing hierarchies.
    4) You don't have to run Fill employee hierarchy program anymore.
    5) When a person leaves or there is a reorg, make sure you update the supervisor name for the employees.
    6) You need to continue to maintain approval groups and assignments as before.
    Hope this answers your question,
    Sandeep Gandhi

  • LaserJet P1102w setup 2 printers on different routers problem

    We have two offices, we have a HP laserjet P1102w in each office on wireless. I have been able to setup a laptop to either of the printers but if I try to setup the second printer (on a different router) it totally screws up the setup of the first printer and I end up with nothing. I suspect there is something very simple I am missing.
    I am running Windows 7 and Vista on the computers.

    There seems to be lots of models of GCC Elite. Which one is yours?
    Usually the dongle on the EFI RIPs are to enable extra features, such as the Graphic Arts (GA) package, so you should still be able to change its setup. For some of the Canon/EFI RIPs in our office, there are buttons on the front panel of the RIP that are for making configuration changes. If your RIP has the same, then you should be able to use these buttons to print a config page. If there is three buttons under the LCD panel (an up, down and circle in between) then press the middle button. This should present a menu with one of the options being Print Pages. Now the buttons to the right of the LCD are to make selections. Select the Print Pages and then select Config from the next screen. This should print a page that shows the ip address of the RIP.
    If the RIP doesn't have any buttons/lcd, then you may be able to make changes via a web browser or Command Workstation (if your RIP supports it). Using the web browser, simply type the ip address of the RIP into the browsers URL field and wait for the setup page to load. Note that if both printers have the same ip address then you will to unplug the GCC to use the browser to the EFI. With the web page loaded you should see a configuration page that lets you make/save changes.
    If you can't change the EFI RIP then once I know the exact model of GCC Elite, I can check its support manual.

Maybe you are looking for

  • Suggestion for a new KMAT

    Our industry has 4 KMATS functioning now and we would want to bring a new KMAT into production.How far can we proceed before we come across a cross application that will be affected?  Can we develop in R/3 but when we go into CRM we will have to real

  • Can't find the excellerator program. Where is it?

    I can't fine the program to download that increases the Firefox speed

  • CS 6.0 Never Received e-mail For Upgrade

    I purchased CS 5.5 in April and never received 6.0 upgrade e-mail. I contacted customer service in May and they said it should be coming shortly. I waited and waited. It never came. I've contacted customer service a couple of times but am having diff

  • My Mac PowerPC can't run 7.0.1 and I can't find a earlier version to download

    I have a Mac Power PC with 10.5.8 OS on it and this last updated to Firefox 7.0.1 won't run except on with an intel processor. There should have been a safeguard so it wouldn't updated, now I can't find an older version to download. I access my medic

  • ITunes window closes when trying to paste metadata via mouse.

    For a while now, when I am editing the metadata in my iTunes window, whether it be music, movies etc, if I try to paste information into the appropriate space using the mouse, the window automatically closes without me being able to enter the data. I