on 2016 Mar 10 11:47 PM
Hello ,
I created Sequencing in SQL Server 2012 database . I am trying to get the sequence number using NEXT VALUE FOR function in MII .
SELECT NEXT VALUE FOR PROJECT_SEQ AS PROJECT_ID . I am getting below error
com.microsoft.sqlserver.jdbc.SQLServerException: NEXT VALUE FOR function cannot be used if ROWCOUNT option has been set, or the query contains TOP or OFFSET.
THE NEXT VALUE FOR function doesn't support the ROWCOUNT , TOP or OFFSET in the query but looks like MII internally is sending ROWCOUNT. Is there any way to bypass ROWCOUNT in MII ?
Thanks,
Naresh
Request clarification before answering.
Helllo Everyone ,
SAP has released patch to set Max Rows via JDBC Checkbox to ignore the Max row count.
Thanks,
Naresh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.