As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
These are a couple lines of code in a focexec run from our version 77 reporting server:
REMOTE DEST = DM7705 REMOTE USERID = &&USERID REMOTE PASS = &PASSWRD EX CMASAP REQ_NAME = vendors_happy
This WF procedure runs the DataMigrator flow called vendors_happy. The node DM7705 is setup in odin.cfg file. When the user enters their pw, all of this works fine. But when we try to run something similar in WebFocus/DataMigrator version 82 it doesn't work. I get something like this (using SET ECHO):
The above says vendors_happy was submitted, but nothing happens. There's no indication anything from DataMigrator ran. I don't know what it means, but there's a slash (/) in front of the DataMigrator flow. Does the above say the flow called "/vendors_happy" was submitted? There is no flow called "/vendors_happy." Is it looking for the folder where vendors_happy is located? I did APP PATH for that. I also tried this line:
EX CMASAP CMASAP_APPDIR =datamigrator REQ_NAME = vendors_happy
where I specify the folder where vendors_happy is located - its folder name is called datamigrator. This is from SET ECHO:
EX CMASAP CMASAP_APPDIR =datamigrator REQ_NAME = vendors_happy (ICM18486) REQ_NAME cannot be blank -EXIT
I don't know why it thinks the req_name is blank.
Someone suggested using a comma after the folder name, thus I tried:
EX CMASAP CMASAP_APPDIR =datamigrator, REQ_NAME = vendors_happy
When I run vendors_happy directly from DataMigrator, it runs fine, but I can't figure out how to run it from WebFocus in version 82, like I can in version 77. Does anyone know what I'm missing in order to get this working in version 82?
Thanks,
MarkThis message has been edited. Last edited by: folkie,
WF 8.2.02 App Studio DataMigrator ReportCaster Windows Server 2016
You nailed it! Way back weeks ago when I first tried this in the 82 version of WebFocus, I had those two -REMOTEs because that's what I have in version 77 (where it works). But something wasn't working. During all my testing, I removed those two -REMOTEs thinking they weren't necessary and were just cluttering things.
Thanks again, Mark
WF 8.2.02 App Studio DataMigrator ReportCaster Windows Server 2016