Re: ICM_HTTP_CONNECTION_FAILED but only for a particular user in a particular...
Hi Dave, Sounds like role assignment problem, and maybe your security team is missing something.In my opinion, the best choice is to create the new user as you mentioned in your post and ensure that...
View ArticleSwitching Kepware servers in PCO
Hi Experts, We have Kepware on a different machine and PCO on another machine. To connect the Kepware server we installed 'OPCCoreComponentsRedistributable(x86)' on the machine where PCO is installed....
View ArticleRe: Trex error
I just kept on digging a little further: and it seems that there are compatibility issues between TREX 700 and ABAP 7.3x. So the following note should be implemented to fix import/export parameters. I...
View ArticleRe: Sales Analysis Comparative
Hi, There is an obvious error on "t9.CANCELED = 'C'". Change it first. Thanks,Gordon
View ArticleCalling an external URL from cProject
Hello PPM Experts, We want few of the cProject objects (e.g. checklist items, tasks) to point out to an external web pages (i.e. URL). I guess I need to use "object links" tab for this and define a...
View ArticleRe: 2 dropdownboxs, filtering second off the the value in first
You see above in my dropdownboxs I don't have .bindItems to bind the itemlist and filter to it: When oDropdownBox change event is triggered then: oDropdownBox2.bindItems("/data", oItemTemplate2, null,...
View ArticleRe: Want A Modification in TN for Receipt from Production...
Hi Sandesh, Do you mean it should not be blocked if "Plan Qty=1 And Receipt Qty=1"? Thanks,Gordon
View ArticleSAP B1 Dashboard Portal
Buenas estimados, La presente es para comentarles que tengo inconvenientes para acceder al SAP Business One Dashboard Portal. El mensaje de error que me da es "Incorrect username or password". Estoy...
View ArticleRe: Create total time formula
you can use the Time() function to change the text to a time. timevar t:= time({your elapsed time field}); this formula will change the difference into a true time...i.e. 02:30:00 becomes two thirty in...
View ArticleDifference in total - F.01 and FAGLB03
Hi Experts, We have got all our financial data from Legacy to SAP system. After it is brought into SAP we executed transaction FPg4 and FPG1M to move everything to FI-GL Transfer process was...
View ArticleRe: WebI Report performance issue
Hi Suresh,This is an older post but I am replying just in case you are still having this issue. The problem is likely related to a known issue that was in earlier versions of the BI 4.0 release. There...
View ArticleRe: Production in specific plant
Hello Caetano,Continues the same behavior...The procurement type defined for the material on plant 1800 was already "in-house production" (E).The procurement type defined for the material on plant 1000...
View ArticleRe: Production in specific plant
This looks to be a standard PP scenario,Kindly follow instruction by Caetano and change procurement type to E for material in plant 1800.
View ArticleRe: Placing two tables in Analysis for office without overlap
I had modified this code to adjust by Columns (in case people are searching for solutions) - It would be nice for a Before_Redisplay call..... Public Sub Callback_AfterRedisplay() Dim columnLetter As...
View ArticleRe: Logo Problem with PDF extract in a report
Hi Vikram, am really glad that you are taking your busy time out to help on my specific issue, I will open the OSS, with this entire transcript summary and we can work on the follow-on, I will resolve...
View ArticleRe: Invoice cancellation not automatically happening.
Hi Dennis, Just looking at the program code in the GTS "Plug-In"; the Cancellation Document Type must contain the letters 'N' or 'S' - so the standard 'S1' will work ok, but 'Z53' wouldn't. I wonder...
View ArticleSAP B1 is giving incorrect syntax near 'SUM'
Hi, This script is working until I added @CustomerCode. What is the syntax error? Thanks,Noel DECLARE @Start INT DECLARE @End INT DECLARE @CustomerCode nVarChar(15) SELECT @Start = TF.[Year] FROM...
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
I haven't done this, but I would take a look at the properties of ISchedulingInfo to see whether you can do it there or if you have to access the property through IProperties. -Dell
View ArticleRe: How to suppress warnings and only receive errors in BODS email...
Not sure there is an easy answer to the first part of your question. I do not believe there is a built in function to just show errors in the error_message() function. In terms of supressing warning...
View ArticleRe: Will "Platform Search Scheduling" be a problem for a running object?
Hi Minghsu, It wont cause any problems. It wont re-index daily.Indexing is always incremental unless you check the Rebuild Index checkbox in Applications> Platform Search> properties>...
View Article