Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

How do you run DOORS in batch mode

55000233YM gravatar image
Question by AJHello  (67) | Jan 14 at 11:29 AM doorsdxl

Can someone explain how to run Rational DOORS 9.6 in batch mode?

I tried doors -U -p -batch on command line where batchserver.dxl has following code: // batchserver.dxl IPC ipc = server 5093 string request / add functions for you interface here / while (true) { if (accept(ipc)) { if (!recv(ipc, request)) { warn "Server has disconnected" break } } else { warn "error accepting client connection" break }

 print "request: "
 print request
 print "\n"
 errors = false
 if (request == "shutdown_") {
     send(ipc, "done_")
     break
 }

 if (request == "errors_")
     break

 if (request == "quit_")
     continue

 ans = eval_ request
 if (ans == "errors in eval_ string") {
     print "errors in request\n"
 }

 send(ipc, ans)
 disconnect(ipc)

} But that gave me error: the syntax of the command is incorrect

I also tried doors -b dxl_programs\batchserver.dxl -p password-u username and that did not work. I got the error: 'doors' is not recognized as an internal or external command, operable program or batch file.

If someone could explain to me the command I need to run in a clear and thorough manner I would appreciate it.

Thanks

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

1 reply

  • Sort: 
270001VG2X gravatar image

Answer by Mike.Scharnow (258) | Jan 14 at 01:44 PM

question was posted twice. See https://developer.ibm.com/answers/questions/488199/how-do-you-run-rational-doors-96-in-batch-mode.html

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

151 people are following this question.

Answers

Answers & comments

Related questions

Reading a module from doors with DXL script without opening module in doors through batch 1 Answer

How do I filter for the attribute "is empty" when I am trying to filter in a dxl script in DOORS? 1 Answer

What is the rendering mechanism behind the Rational DOORS DXL perm HTMLView? 1 Answer

Silently softDelete module 0 Answers

If I change a picture that is linked to another object with DXL, will that be shown in Suspect Links? 1 Answer

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges