Scheduler and ibots

hi,
i have merged two web catalogs with each having their own scheduled ibots and having different mail servers.so,now i have configured new common mail server.so,now should i configure and schedule ibots once again or they will function as usual as before?
thanks

thanks for the reply and congrats for your 1000 posts
i am using sa system and in the "email priority" database column of sa system i have not mentioned the email priority.it is just null.for all users the email priority is normal.no body has anything like high,medium priorities.does it make any difference?
thanks

Similar Messages

  • BI Schedule and Presenation Server on Different Servers Configuration

    I'm having a problem getting my iBots to run and deliver the information to the catalog with the following configuration:
    2 Presentation Servers on Windows with IIS for NTLM authentication (via a Load Balancer)
    OBIEE Server and Scheduler, and Presenation Server on Solaris (the Presentation Server on Solaris will be turned off)
    The catalog between the 2 Windows Servers are are shared. When I create an iBot on the Windows the request is sent to the Scheduler on Solaris and errors out with the following message:
    [nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Path not found (
    /shared/_ibots/Test Email from UAT)^M
    Error Codes: U9KP7Q94^M
    My question is why does the scheduler send the alert to the Presentation Server on the Solaris box and not the shared Presentation Server with the shared catalog on the Windows Servers. Am I missing something in the configuration?
    Thanks,
    Chuck

    I figured it out. I had to re-run the schconfig utility on UNIX and reconfigured the server from localhost:9710 to the actual server name.

  • Custom scheduling of iBots

    I posted the following to the siebel-analytics user group so I apologize in advance for the cross posting.
    However, I have a fast approaching deadline and I am hoping that someone on this forum can help me understand the background processes behind Delivers. What I would like to do is to call an iBot from a pl/sql package. I see that the S_NQ_SCHED schema contains four files. When I schedule a job to run I noticed that the S_NQ_JOB table is updated with the various timestamps pertaining to the scheduled iBot's job_id that I would like to run. The columns of interest I believe are shown below in the update statement I've written:
    update s_nq_sched.s_nq_job set next_runtime_ts = to_date('30-May-2008 16:26:00', 'dd-Mon-yyyy HH24:MI:SS'),
    begin_year = 2008,
    begin_month = 5,
    begin_day = 30,
    start_hour = 9,
    start_minute = 26,
    end_hour = 9,
    end_minute = 26
    where job_id = 21
    where the next_runtime_ts is the GMT.
    If I schedule a job to run in Delivers and then change the next_runtime_ts (and the other above mentioned columns) via my update statement then Delivers will run the job at the newly specified time. If I don't schedule a job in Delivers and just update the next_runtime_ts (et. al.) column of the existing record (where job_id = 21 in above example) then the job does not run. Do you know of the background processes Delivers runs that check to see when to run the next scheduled job? And how that process is initiated? I believe the job that I'm scheduling through Delivers is being cached so is there a programmatic way to turn off/refresh the cache?
    Any help or direction you can offer would be greatly appreciated.
    Regards,
    Joseph

    Joseph,
    This is what i understand from your post.
    1. Need to know the background of delivers
    2. How to turn off cache or delete cache.
    1. Dashboard delivers is the process by which users can create jobs which they want to occur on a regular basis. Dashboard delivers uses job schedular to schedule and execute the jobs. So every time you create a Ibot in dashboard a job is created in the job schedular but it also created a atr file in the users/ibot user/delivers folder. So job manager uses the entry made in job schedular to execute the specified dashboard job.
    2. You can either turn off cache or purge cache. Choice is your depending on your requirement. To turn off you can set the parameter in nqsconfig.ini file. To purge you can create a purge script and schedule it through job manager. There different ways by which you can purge a cache..by user who created or by subject area, or complete or by database it is hitting.
    Hope this answers your question.

  • Configuring Scheduler and Delivers

    Hi,
    I'm hoping someone can help identify what I'm missing configuring scheduler and delivers.
    I've followed the manual instructions and several non oracle instructions as recommended in this forum:
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
    http://obiee101.blogspot.com/2008/08/obiee-configuring-configuring-scheduler.html
    I'm installing scheduler on a remote unix system. I am using an existing BI Answers install.
    Settings I have used are as follows:
    Database tables created as per manual
    Setup Database User     
    Username     S_NQ_SCHED
    Password     SCHED_XXXX
    Setup instanceConfig.xml     
    ServerName     <ScheduleServer>xxxxx</ScheduleServer>
    CredentialStore     <CredentialStorage type="file" path="/OracleBIData/web/config/credentialstore.xml" passphrase="secret"/>
    file location     \OracleBIData\web\config
    Setup credentialstore.xml     
    Alias     admin
    Username     SchedulerAdmin
    Password     SchedulerAdmin
    passphrase     secret
    file location     cryptotools credstore -add -infile /OracleBIData/web/config/credentialstore.xml
    Configure Scheduler     
    Scheduler Database Configuration     
    Database type     Oracle 10g R2
    Call interface     OCI 10g
    Data Source Name     aaaa10
    Username     sa2
    Password     xxxx
    Scheduler General Configuration     
    Administrator name     administrator
    Administrator password     xxxxxx10
    Mail General Configuration     
    Sender address     [email protected]
    SMTP Server     mailhost
    file location     /oracle/product/OracleBI/setup
         . sa-init.sh
         schconfig
    I am logging into BI Answers using username: administrator and password: xxxxxx10
    When I try to save an iBot I get the following error:
    Oracle BI Scheduler Error: [nQSError: 68019] Authentication Failed.
    Error Details
    Error Codes: GYFPI8RN
    I've now tried several combinations of usernames and passwords in the config files but either get the above error or:
    Oracle BI Scheduler Error: [nQSError: 12008] Unable to connect to port 9705 on machine walter. [nQSError: 12010] Communication error connecting to remote end point: address = walter; port = 9705. [nQSError: 12002] Socket communication error at call=: (Number=-1) Unknown error
    Error Details
    Error Codes: GYFPI8RN
    I'm not sure whether I've got the link between the usernames wrong or if there is something external to the above configurations I need to correct.
    Can anyone point me in the right direction?
    Thanks,
    Mark

    Somu,
    Thank you for the link, a lot of useful comments there.
    I saw one from Gagan:
    One important thing to note is that the user mentioned during cryptotool setup should exist in the RPD and the password should be the password for the user
    ID in RPD.I was wondering about that so I have created a new user using Admin tool:
    SchedulerAdmin
    I have given this user membership of admin and scheduler groups
    I reran cryptotools using
    Alias     admin
    Username     SchedulerAdmin
    Password     SchedulerAdmin
    and changed settings in schconfig
    Scheduler Database Configuration     
    Username     S_NQ_SCHED
    Password     SCHED_PASS
    Scheduler General Configuration     
    Administrator name     SchedulerAdmin
    Administrator password     SchedulerAdmin
    Now I get the following errors:
    in BI Answers when trying to save an iBot:
    Oracle BI Scheduler Error: [nQSError: 12008] Unable to connect to port 9705 on machine xxxx. [nQSError: 12010] Communication error connecting to remote end point: address = xxxx; port = 9705. [nQSError: 12002] Socket communication error at call=: (Number=-1) Unknown error
    Error Details
    Error Codes: GYFPI8RN
    and in NQScheduler.log
    02/09/09 14:03
    Service stopped.
    02/09/09 14:03
    [68015] Service stopped.
    02/09/09 14:04
    [16020] Metadata Database Type: Oracle 10g R2
    Data Source Name: dev10
    Data Source Type: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64b
    02/09/09 14:04
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    02/09/09 14:04
    [68008] Scheduler Error:
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    I am wondering if I have not setup the database user correctly: S_NQ_SCHED
    Regards
    Mark

  • Sharing a date-prompted report between dashboards and ibots

    I have a report that has a single filter which is an "is prompted" date filter. I use it in conjunction with a calendar dashboard prompt when displaying the reports on a dashboard, and the dashboard prompt has a default value that references a repository variable called "yesterday", which is a datetime datatype. Well, I want to schedule this report to be executed and emailed by an ibot, and the ibot execution of the report should always be for "yesterday". Furthermore, whatever solution I come up with to accomplish this, it must be able to be reapplied to report after report after report by much less technical BI end users than myself. So I'm thinking that if I can create a saved filter, no matter how complex to create, that can be easily added to all such reports by the end users, that would seem to be ideal.
    i've tried to exhaustively go down a road of effecting a logical NVL() in an "Advanced SQL Filter" of the report using syntax along the lines of this, but I can't quite get it working. This is the closest I came to getting it to work:
    "Dates and Times"."Transaction Date" = @{VALUEOF("TransactionDate")}{VALUEOF("yesterday")}
    In the above example, "TransactionDate" is a presentation variable set by the dashboard prompt, and "Dates and Times"."Transaction Date" is a DATE datatype in the repository. Anyway, the above generates no error in either the dashboard with a prompt, nor in the "Results" tab of the Answers report-writing webpage (which I'd imagine simulates an iBot since the dashboard prompt is missing). However in both cases, "yesterday" is unconditionally used, and the "TransactionDate" presentation variable is ignored. In other words, everything works fine, except that when I select different values from the dashboard prompt, yesterday's data is still displayed. Argh!
    I've seen a lot of threads & blogs online that seem close to this problem, but no cigar in the long run. any and all suggestions are so welcome. I'm ready to tear my hair out... :)
    -Jim

    Okay, let's see if I understand this correctly. You want to use a report in an iBot and for this you want the Transaction Date to always be for "yesterday." You also want this report in a dashboard and you want the default to be "yesterday" but you want the users to be able to override this by selecting another date from the dashboard prompt. If yes, then proceed; else explain again.
    First, you need to create a repository variable (not a presentation variable!) in the rpd called "yesterday."
    In the dashboard prompt, for the Default Value, click on "Server Variable," click on the ellipsis and type "yesterday." This will default the dashboard prompt to "yesterday." Use the "drop down" type and save this to the presentation variable pvTransDate.
    You will need to build two reports, one for your iBot and one for your dashboard.
    For the iBot report, click on the Transaction Date column filter button and, after converting the filter to SQL, type this:
    "Dates and Times"."Transaction Date" = TIMESTAMPADD(SQL_TSI_DAY,-1, SYSTDATE).
    Schedule your iBot and you report will always be for "yesterday."
    For the dashboard report, make a copy of the report above. For this report, you will need to add the PV piece and delete the TIMESTAMPADD filter.
    Click on the Transaction Date column filter button, click on Add>Variable>Presentation, and type pvTransDate.
    When the report is viewed in the dashboard, the report will initially be filtered by the "yesterday" repository variable. When the user selects a value from the dashboard prompt, it will filter the report for that.

  • Questions on Scheduling and Running an Agent and Scenario

    Hi,
    I have created a scenario and I want to schedule it to run. Is it possible to schedule and run it using an agent but having no Repository?
    Thanks,
    Randy

    Hi Rathish and GuruSank,
    Thanks for replying. I inserted a schedule in my scenario. After that I go to Topology Manager -&gt; Physical Architecture and Update the scheduling of my agent
    but the below error shows up;
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at java.net.Socket.&lt;init&gt;(Socket.java:365)
    at java.net.Socket.&lt;init&gt;(Socket.java:178)
    at com.sunopsis.dwg.dbobj.SnpSession.remoteExecuteTest(SnpSession.java)
    at com.sunopsis.graphical.r.bz.actionPerformed(bz.java)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
    at java.awt.Component.processMouseEvent(Component.java:5488)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Please help me again.
    Thanks,
    Randy

  • Scheduling agreement Fcst del schedules and JIT question

    We have a requirement of not sending forecast delivery schedules TOR to MRP from SA.
    Instead, we take this forecast delivery schedules and massage the data (add or delete) and then send it to MRP as regular forecast (PIR).
    so when the JIT schedules come, does the forecast get consumed with the JIT's in MD04?
    lets say, I got 100 pc for 2nd week of July 2011 as forecast delivery schedule from customer and I loaded them into MRP as PIR
    and I got JIT for only 90 PC for the 2nd week of july 2011.in MD04 will the 90 get consumed from the PIR??

    925,
    so in system it will show on 3/21 monday
    I guess this means that you are entering using a Day format rather than Week format.
    You have answered you own question already.  If the online SAP help, which you have read and reasonably paraphrased, is not clear enough to make you understand this, I cannot help you.
    JIT horizon is 3/23, Forecast is for 3/21. 
    As I stated before, even though it may in your mind represent a week's demand, it is still for one day.  There is no bucketing, nor time-based disaggregation, nor consumption.  It is just a scheduling agreement.
    You wrote
    am using MRP indicator D. that means within jit horizon, consider my jit quanity for requirements. and after jit horizon consider my forecast delivery schedules as requirements.
    .  This is a reasonable paraphrase of the SAP online help.  Do you believe this?
    Forecast schedule is for 3/21.  NOT for W 12/2011.  This is before the JIT horizon, isn't it?  What do you think will happen to the forecast schedule, looking at the last 'rules' you just wrote? and as stated in the SAP help that you read?
    Now you want to enter JIT schedules. 21/22/23/24/25/26.  JIT horizon is 23.  24/25/26 are after JIT horizon.  What do you think will happen, based on the 'rules' you just wrote? 
    I feel my time is being wasted when you keep asking me these questions, already having the answers explicitly stated in SAP oinline help.  Since you do not have access to a system, this cannot be a support issue, it is a evidently a matter of idle curiosity for you.  I therefore believe I will will move onto other forum questions, where there is a possibility that the questioners will get some business benefit from my answers.
    Best Regards,
    DB49

  • Forecast delivery schedules and JIT deliveries

    Hi Gurus,
    Got a question on sales scheduling agreements schedule lines. Our customer sends 10 weeks of forecast delivery schedules and 2 weeks of JIT deliveries. which one of these two are passed to MD04?
    Assuming only forecast delivery schedules are seen in MD04:
    Assuming customer sends forecast delivery schedule for week2 as 50. but in JIT deliveries he only sent 40 for that week. if only forecast deliveries are see in md04, then my forecast and planning quantity is 50 , but actually my JIT delivery is only 40.  AM I  producing 10 extra? that  means my planning is wrong?

    925,
    so in system it will show on 3/21 monday
    I guess this means that you are entering using a Day format rather than Week format.
    You have answered you own question already.  If the online SAP help, which you have read and reasonably paraphrased, is not clear enough to make you understand this, I cannot help you.
    JIT horizon is 3/23, Forecast is for 3/21. 
    As I stated before, even though it may in your mind represent a week's demand, it is still for one day.  There is no bucketing, nor time-based disaggregation, nor consumption.  It is just a scheduling agreement.
    You wrote
    am using MRP indicator D. that means within jit horizon, consider my jit quanity for requirements. and after jit horizon consider my forecast delivery schedules as requirements.
    .  This is a reasonable paraphrase of the SAP online help.  Do you believe this?
    Forecast schedule is for 3/21.  NOT for W 12/2011.  This is before the JIT horizon, isn't it?  What do you think will happen to the forecast schedule, looking at the last 'rules' you just wrote? and as stated in the SAP help that you read?
    Now you want to enter JIT schedules. 21/22/23/24/25/26.  JIT horizon is 23.  24/25/26 are after JIT horizon.  What do you think will happen, based on the 'rules' you just wrote? 
    I feel my time is being wasted when you keep asking me these questions, already having the answers explicitly stated in SAP oinline help.  Since you do not have access to a system, this cannot be a support issue, it is a evidently a matter of idle curiosity for you.  I therefore believe I will will move onto other forum questions, where there is a possibility that the questioners will get some business benefit from my answers.
    Best Regards,
    DB49

  • Difference between Scheduling agreement delivery schedule and PO delivery s

    Dear All,
    Please tell the difference between the Scheduling agreement delivey schedule and PO delivery schdule.
    In PO itself, we can give the delivery schedule.
    Then what is the purpose of making scheduling agreement and maintain schedule in ME38?
    Regards

    Hi,
    Difference between Scheduling agreement and PO is while PO is a legal document whatever the delivery schedules you mention in PO, you are liable to pay for the entire qty in case of cancellation
    In case of scheduling agreement, we have Firm Zone and Tradeoff Zone to provide some cushion against paying for the entire qty you have ordered
    Firm zone: (go-ahead for production)
    If the date of a schedule line lies within the firm zone, the vendor has the go-ahead to produce the relevant quantity with the assurance that the orderer will bear any and all material and production costs associated with the scheduled quantity in the event of subsequent cancellation by the latter.
    Trade-off zone: (go-ahead for procurement of input materials)
    If the date of a schedule line lies within the trade-off zone, the vendor has the go-ahead to purchase any input materials necessary to produce the scheduled quantity. The orderer will recompense him in full for such outlay (but not for any other production costs) in the event that he should subsequently cancel the scheduled quantity.
    Schedule lines that lie beyond the firm and trade-off zones fall within the planning zone (forecast zone) and are for rough guidance only, being without any commitment on the part of the orderer.
    In case of PO if you want to cancel the order, you are liable to pay for the entire quantity, while in case of Scheduling agreement if you want to cancel the schedule and if the days fall in Firm zone or trade off zone or planning zone you have to pay only for raw materials or assembled products according to the above description
    Regards
    Venkat

  • PO Delivery Schedule and GRN linkage

    Hello,
    A PO has a line Item and for that Line item , number of Delivery schedule lines have been created.
    Now for One delivery schedule line (EKET-EINDT) , Multiple GRN's Created and similarly for other delivery schedule lines too.
    I want to know for which delivery schedule line which multiple GRN's Prepared.I have searched EKBE table, (no delivery schedule line reference is given), also EKBEH, EKETH , but no records found.
    From EKET Table I can get Scheduled Qty.and Delivered Qty. but not multiple GRN Qty for that schedule line.
    Please help to give solution.

    Thank you charlie for quick response.
    Tried to run ME2N and selected GR line number and Del Sch , But system showing no entries found for 1st GRN line.
    When selected second line and Del schedule, System gives message " Pl select valid line.
    I want to develop a program for report on mismatch in delivery schedule and actual delivery date ( GRN Date).
    Please let me know if there is any table from where i can get the dates of GRN creation according to delivery schedule line.
    Thanks
    Ankush

  • How to schedule and deliver a report in OBIEE 11g as an link or url to the report ?

    I am using OBIEE 11.1.1.6. We have a requirement to schedule and deliver reports as a URL and not as an attachment ( as the file sizes are quite huge ). Have any one implemented such a scenario ? If so kindly share was it an out-of-tne-box solution or used web services ? Thanks in advance

    Hello user9210174,
    I have tried in this way.Let me know if it meets your requirement.
    Created a dummy report with all the reports embedding as a Link and this report i have inserted into a dashboard then created an agent to schedule this dashboard.
    Thanks,
    Sasi Nagireddy..

  • Schedule and Items program is not picking the new Billing lines created PN

    Hi Gurus,
    I am using version 11.5.10. I am populating the data into Property manager billing lines of lease thru API.
    Once the Lines are inserted I am calling the Schedule and items program to for authorizatio.
    My program is not picking up lines created thru API, I am trying copying the same line and inserting in billing tab and it works fine.
    Looking forward to your suggestion/solution....

    Hi,
    I don't know but I think you call of the Schedule and items program is in a new session.
    Then you must commit the data before you call the Schedule and items program

  • Problem with Briefing Books and iBots

    I have a question about the usage of Briefing Books and iBots:
    In my Briefing Book there are different analysis, some with tables and others with charts and graphs.
    The problem is, when I send this Briefing Book to my email by iBot, then the file attached to the email does not contain the charts anymore. There are just the tables left. When I watch the same Briefing Book directly in Answers, everything is displayed all right.
    Does anyone know, why this happens.

    Hi there
    If the page is not actually inside of a Book, the WebHelp generation process will sense that.
    If you want a Book, try right-clicking the page in the TOC editor and choose "Create Book from Page". This should create a book with the page inside it. Of course both will have the same name, so you may need to rename the Book. Or rename the page. Your choice.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Creating/Copying a Work Centre,also a Production Scheduler and Cost Centre.

    Hi All,
    I am trying to create a new work centre based on the settings of a previous one? First of all,how I can do this?
    Secondly,after I have created the new work centre (having copied being copied from another),I need to create a new production Scheduler and Cost Centre? How I will be able to do so,also?Will the Production Scheduller and Cost Centre assignments fom the old work centre be copied,too,or I will need to create/copy these from scratch?
    All help greatly appreciated,will award points to all useful answers.
    PAPJ1.
    Edited by: PAPJ1 on May 20, 2011 11:01 AM

    Hello,
    You can create a new work center by copying an existing work center. in the cr01 screen in the copy from column put the plant name and Ref. work center name and put enter. all the existing data will be copied to the newly created work center. no need to create new assignment to  Production Scheduller and Cost Center.
    Hope it helps.
    Regards
    Alok

  • Message Status as "Scheduled" and Queue Status "Queue Stopped".

    Hi friends,
    My scenario is from Peoplesoft -> XI -> BI
    Message has reached BI, but in SXMB_MONI, its showing Message Status as "Scheduled" and Queue Status "Queue Stopped".
    How to proceed further ? How can I start that queue ?
    Thanks ain advance,
    Neena John

    Hi Neena,
    Go to SXMB_ADM -> Manage Queues -> Register Queues
    More on queues
    XI :  How to Re-Process failed XI Messages Automatically
    Run the report RSXMB_REGISTER_QUEUES and register the queues
    Run the report RSXMB_RESTART_MESSAGES for restarting ur messages
    Refer this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    Regards,
    Vinod.

Maybe you are looking for