Increment date paramters each run is not working

hi all,
i have a schedualed concurrent request that take a date prameter, i schedule the request to run daily with the option "increment date paramters each run" but it runs daily without incremeting the date what could be worng
fadi

You mean it was working earlier ? yes and still for all old request but not the new ones.
Do you by any chance use a sql to define the default parameter (like select sysdate from dual) ? yes i do i user select sysdate-1 from dual because i need it to run to the preivose date
Try to use paramter type = date, and default = Current Date, and check the increment date run. will try but i dont need the current data, i need current date -1
thanks dgood
fadi

Similar Messages

  • 'Get All New Data Request by Request' option not working Between DSO n Cube

    Hi BI's..
             Could anyone please tell me why the option ' Get one Request only' and  'Get All New Data Request by Request' is not working in DTP between Standard DSO and InfoCube.
    Scenario:
    I have done the data load by Yearwise say FY 2000 to FY 2009 in Infopackage and load it to Write-optimised DSO (10 requests) and again load Request by request to Standard DSO and activate each request. I have selected the option in DTP's to  'Get All New Data Request by Request' and its working fine between WDSO and SDSO. But not working between Cube and SDSO. While Execute DTP its taking as a single request from SDSO to Cube.( 10 request to single request).
    Regards,
    Sari.

    Hi,
    How does your DTP setting looks like from below options ? It should be change log, assuming you are not deleting change log data.
    Delta Init. Extraction from...
    - Active Table (with archive)
    - Active Table (without archive)
    - Archive ( full extraction only)
    - Change Log
    Also if you want to enable deltas, please do not delete change log. That could create issue while further update from DSO.
    Hope that helps.
    Regards
    Mr Kapadia
    *Assigning points is the way to say thanks*

  • The App Nike   Running is not working well with my Ipod touch 5 th generation It always gives me the wrong distance and velocity. Is it normal? What could I do?

    The App Nike   Running is not working well with my Ipod touch 5 th generation It always gives me the wrong distance and velocity. Is it normal? What could I do?

    Are you using the shoe sensor?
    Try:
    http://www.apple.com/support/nikeplus/troubleshooting/

  • HT204003 What can I do if the "date" fix for passbook is not working? Are there any other solutions?

    I have tried the "date" fix but it does not work for me. Does anyone have any other solution for the passbook problem?

    DVD drives read the bottom of the disk, not the top. Smooth out the paper & try again.

  • Data-control-scope=shared is not working

    Steve Muench said in January 2010 in that post {thread:id=1012099}
    "In order to share the connection/transaction when data-control-scope=shared, today as an implementation detail we do AM nesting for you at runtime when using task flow calls”
    From that thread I understood that: by setting *"data-control-scope"* to *"shared"* +(this is the default in 11.1.1.3.0)+ in _task flow definition file_ +(in behavior section)+, it should make the task-flow using the same database connection than the _parent’s application module_.
    *Is that true?*
    If so, it is not working for me.
    <li>I’ve created 2 _independents_ ADF Fusion Applications : *MyMainApp* and *MyTFlow* </li>
    <li>Each application has a Model and a ViewController projects.</li>
    <li>Each application has one ViewObject and one Application Module.</li>
    <li>MyMainApp/Model contains MyMainService Application Module & AllEmployeesView ViewObject </li>
    <li>MyTFlow/Model contains MyTFlowService Application Module & AllDepartmentView ViewObject</li>
    <li>MyMainService and MyTFlowService have the same JDBC Datasource (jdbc/GCCDS).</li>
    <li>_In MyTFlow/ViewController project_</li>
    <li>I’ve created one page fragment and dragged & dropped AllDepartmentView as an ADF Read-Only Table</li>
    <li>I’ve created one Task Flow (allDept-task-flow-definition) and added the pageFragment onto it.</li>
    <li>I’ve set the “data-control-scope” to “shared” (it was the default) </li>
    <li>I’ve created a new deployment profile (ADF Library Jar) and deployed the jar file </li>
    <li>_In MyMainApp/ViewController project_</li>
    <li>I’ve created a JSF Page (home.jspx)</li>
    <li>I’ve dragged & dropped AllEmployeesView as an ADF Read-Only Form. </li>
    <li>I’ve dragged & dropped the “allDept-task-flow-definition” from “Resource Palette” onto the JSF Page. It automatically put it inside an af:region and imports the jar file to the Libraries (ADF Library)</li>
    <li>I run the home.jspx page. It works fine but with *2 database connections!*</li>
    I think I’ve missed something.
    Best Regards
    Nicolas

    Hi,
    the problem is that the Application Modules are root modules and therefore open a new database connection. Only nested application modules reuse the connection of the parent AM. Andrejus Baranovski did blog about this and came up with the suggestion to build reusable projects such that the model and the view controller parts are deployed separately into ADF Libraries and then combined in a super ADF Librery. This way you can use nested application modules (a single datase connection)
    http://andrejusb.blogspot.com/2010/10/how-to-reduce-database-connections-and.html
    http://andrejusb.blogspot.com/2010/06/adf-regions-and-nested-application.html
    Note that IMO the real power of shared Data Controls comes when you use ADF Regions in an application as a mean of modularization.
    Frank

  • Characteristic "Master Data" setting in Query definition not working?

    Hi,
    I am having a problem with a query definition. (BI 7.0)
    The query comprises the following definition which relate to displaying Milestone dates for respective projects in a time series so the dates are populated in the correct column in a time series:
    Filter
    Project Definition = Fixed Single Project Definition
    Fiscal Year Variant = K4
    Project Profit Centre = Hierarchy Node
    Project Plant = Fixed Single Value
    Free Chars
    Network
    Network Activity
    Activity Element
    Rows
    Project Plant
    Project Profit Centre (With hierarchy)
    Project Definition
    Milestone Type  (Setting in characteristic to pick up Master Data)
    CSR Relevant    (Setting in characteristic to pick up Master Data)
          Structure
               Actual
               Scheduled
        (Actual:  Value type = Actual,  Origin = Manual ,Event = Start)
        (Scheduled:  Value type = Actual,  Origin = Scheduled ,Event = Start)
    Columns
    Key Figure structure of 12 key figures in a time series
    Selection
    Key Figure = Date
    Fiscal Year/Period = Current Fiscal Year / Period (SAP EXIT) (With Offset 1 to 12)
    FYI
    When I run the above it comes back correctly. However when I add "MILESTONE" (Characteristic setting (Posted Values) to the Query Definition immediately after the "Milestone Type" and before CSR it does not work it just is hanging for a considerable time.
    I am not using "Master Data" for the "Access Type for Result Vales" for the additional characteristic "MILESTONE" just "Posted Values".
    I was expecting that it would just show all Milestone types as per Master Data but just the Milestones that are posted for this result.
    I would appreciate a solution to this issue and an explanation to why it hangs when I add the "MILESTONE" characteristic to the definition as explained above.
    Thanks in advance..
    Stevo

    Hello there,
    Putting Milestone in the rows in the query definition is not being hang there (i.e., while creating and saving the query) right?
    It is stucked while executing the query isn't it so?
    That's because you have too many records to be desaggregated by milestone characteristic, and this is indepently of posted values in the characteristic settings.
    Putting milestone characteristic in the free characteristics will allow you to run the query, but desaggregate it (add it to the rows) will be to much information to read from your dataprovider (this is just a guess).
    If it is being stucked in query execution whike milestone is in the rows. Try this for example:
    Add milestone to the free chars. Execute the query. Filter milestone characteristic while still in the free rows and choose a value that you are pretty sure has the smallest records in the Dataprovider (could be for example value #). Than drill down milestone to the rows. You'll see that it can be executed without any problem.
    Diogo.

  • Date Axis Line/bar Chart not working properly when rendering through SDK

    Hi all,
    When i render a existing Crystal report 2011 through java SDK code(Eclipse) bar chart is working fine, But the Date Axis line chart is not displaying properly. the properties are getting changed.. Any clue how to handle this? Do we have particular jar for Chart?
    Thanks in Advance!
    Regards,
    Mirthu

    Hi Mirthu
    I moved your post to the SAP Crystal Reports, version for Eclipse SCN Space. Unfortunately, all I know about Java is that it's in the cup in front of me . But I will get someone to have a look that should be able to help you ASAP.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada

  • DATE AND TIME PICKER ACTIVEX NOT WORKING

    The microsoft date and time picker (6.0) is not working in systems which doesnt have MS office. What is the solution to use this in systmes which doesnt have office.

    I'm not sure what the date and time picker does, but if you use an ActiveX object which does not exist on another system, the only way for it to work is to install MS Office on the target machine. The ActiveX component has to be registered on the systems.
    Probably not what you wanted to hear.
    Is there any way you can get what you want without using ActiveX?
    Mark

  • Date nav attribute on filter not working on version 7

    Hi All,
    We have done an update 3.5 to 7.0. We have a query which is filtered on a date filed which is a nav attribute from delivery.  In 3.5 this works fine, but in 7 it is not working.
    Any ideas on what I can check?
    Thanks.
    Nick

    Hi,
    you can do that in copying the query using transaction code RSZC and saving it to an new name
    1. Copy your first info-provider into new info-provider
    2. Then copy structures or queries from first info-provider into new info-provider with RSZC
    3. Modify new info-provider so way that it should have identical structure with your second info-provider
    4. Then copy structures or queries from new info-provider into second info-provider with RSZC
    5. Delete new info-provider
    So you have two different info-providers with identical queries.
    try this , it will work.(try in BI 7 enviornment )
    santosh

  • HT6162 Hi i tride to up date my phone and did not work can i get some help to try again please and thank you, Debra Walker

    Hi I tride to up dat my phone did not work.

    Hello Litlemelt,
    Thank you for the details of the issue you are experiencing when trying to update your iPhone.  I recommend reviewing the following article:
    Resolve iOS update and restore errors in iTunes
    http://support.apple.com/kb/ts1275
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Running samples not working...

    I could run these samples before, but now they do not work with the following error. Any idea why this is happening? I solved it once by deleting files in the temp directory, but now that does not work. Any ideas would be appreciated.
    Thanks,
    Ray
    MY CONFIGURATION INFO
    DB => 9.0.1.3
    DB Platform => Solaris 2.6
    DB SID => ifsdb
    2nd Tier Platform => Windows 2000 Server
    IFS Version => 9.0.1
    D:\ora901client\9ifs\samplecode>java oracle/ifs/examples/api/UserSample system manager IfsDefault ifssys
    UserSample starting
    Unable to start service:
    java.lang.NoSuchFieldError:java.lang.NoSuchFieldError: OCIEnvHandle
    java.lang.NoSuchFieldError: OCIEnvHandle
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:307)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:245
    at oracle.ifs.server.ConnectionPool.constructLibraryConnection(Connectio
    nPool.java:712)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPo
    ol.java:673)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:311)
    at oracle.ifs.server.S_LibraryService.resetConnectionPools(S_LibraryServ
    ice.java:3204)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:1051)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java
    :1408)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:255)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:303)
    at oracle.ifs.examples.api.BaseSample.startService(BaseSample.java:95)
    at oracle.ifs.examples.api.UserSample.run(UserSample.java:62)
    at oracle.ifs.examples.api.UserSample.main(UserSample.java:43)
    UserSample could not establish a session; exiting

    Looks like your JDBC is not ok on the middle tier machine. You need to be able
    to connect using JDBC from the middle tier to the database.

  • Date Sorting for Webcasts does not work....

    Has anyone noticed that the "Sort Items by"-->"Date (Most recent)" does not work when you are in the "webcasts" secion of ni.com:
    http://zone.ni.com/devzone/fn/p/sn/n15:WebcastsAndVideos
    It looks like when you select to sort by date it is actually sorting by title, because they both result in the webcasts being sorted by title.
    NI, can you fix this?  I typically like to go to the webcasts section and sort by date to see if there's anything new I haven't seen yet.  It worked before the website was revamped.
    Thanks.

    Hi Chris,
    I had a look at it and it seems to be working fine. I tried all the sorting options out and they all work.
    Aashish M
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • Data Binding: Simple code does not work.

    hi... the following simple code is used to display the ename field for a record selected in scott.emp on the console. the code is placed in an event handler. it is as follows:
    DCBindingContainer bindings = ctx.getBindingContainer();
    DCControlBinding binding = bindings.findCtrlBinding("ename");
    String Name = (binding != null) ? binding.toString() : "";
    System.out.println(Name);
    is the code above correct????
    if so, why it does not work???
    thanks for every help in advance & best regards.

    Hi,
    please check the UIModel.xml file for the page if the binding name is "name". The code you have is the same code we published in our QBE workshop and it works there. The only difference is the name of the control binding. So please check if the binding name exists. (e.g. it could be ename1 instead of ename)
    Frank

  • German dates and "add iCal event" not working

    I have a german formatted date in a mail (like 01.08.2008 = October, 1. 2008) and Mail does recognize this as a date. But when I select "add iCal event", the popup shows the date 08.01.08 (= January, 8. 2008). This only happens with days <= 12. When there is a date like 25.01.2008 everything works fine.
    Does anyone know how I can get this to work correctly? The global language settings are all set to the correct german format (= default settings for Germany after a clean install of Leopard).

    ERRRR the eighth month is August ???
    I reported this a bug to Apple in October 2007.
    but anyway 01.08.2008 = 01 Aug 2008 in every calender system EXCEPT US I believe.
    If I create an email and just type 01.08.2008 in it, iCal does the US format - ie 1st Jan 2008 BUT try typing 01/08/2008 and my UK spec setup converts that to 01 Aug 2008, this bug has been partially fixed by 10.5.2
    Hope this helps while Apple fixes the rest of the bug.

  • Custom Data Source in CMC does not work

    Hi there,
    Server : Crystal Reports Server 2008 V1
    Designer : CR 2008
    I have several reports that are originally set located to ODBC DSN1. I deployed this report to the server and in CMC, updated the database configuration in CMC as below.
    Enabled "Use Custom Data Source Information"
    Specified a new ODBC DSN2, user id, password, fully qualified table prefix for the new database etc.
    I can see that the report is running against the new database, and the data is selected, but the output is always blank. 
    But if I open the report in CR 2008, set locate the report to the new database DSN2, deploy again and use "original data source information", it works just fine. I have noticed this issue mainly with reports having sub-reports.
    Is there a solution to this problem. I don't want to set locate each report and deploy to the CMC if I have an option.
    Thanks for the help.
    Ajith

    I believe that the connection details are stored as part of the CR itself. Therefore if you update a connection in the CMC that might not change the parameters and credentials, especially when using sub-reports.
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken
    http://twitter.com/mfoeken

Maybe you are looking for

  • Error while using MaxPermSize JVM paramter in OC4J

    i am using this parameter in OC4J's opmn.xml <category id="start-parameters"> <data id="java-options" value="-XX:MaxPermSize=128m "/> </category> while restarting the OC4J instance , i am getting the error JVMJ9VM007E Command-line option unrecognised

  • Illustrator 10 - "the encoding (CMap) specified by a font is missing"

    Ni hao, I'm trying to design a brochure in Illustrator 10 using Chinese characters. I'm running Leopard 10.5.8 on a PowerPC G4. I have my Chinese text in a Word document in the 'Hei' font. I am able to successfully copy and paste the Chinese text int

  • Missing library music following iTouch default restore

    My ipod touch required a default restore and software update.  I am now missing all my music out of my library with the exception of music uploaded in the last couple of weeks.  ITunes also will not let me download my purchased music either.  Any sug

  • Serching with the heriarchy node and not the funds center name

    Hi, I am executing a query with a heirarchy on funds center and a heirarchy selection variable on the web.  When the selection appears I use the search help box to select a funds center.  When it appears in the selection screen it is using the node n

  • HT201077 why are there 600 photos on camera roll but only 300 in photo stream?

    if photos upload automatically to the photo stream, why do I have twice as many photos on my photo stream. It seems also to have stopped uploading photos in early March. I also have 2 photo streams on my ipad (which is synced to my phone & computer);